summaryrefslogtreecommitdiffstats
path: root/fstab.goldfish
Commit message (Collapse)AuthorAgeFilesLines
* goldfish: Make SD card adoptableYu Ning2016-02-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | The current storage configuration for the classic emulator (goldfish) follows the "Android 6.0: Physical primary only" example per: https://source.android.com/devices/storage/config-example.html It only allows the virtual SD card to be used as external storage. A better configuration scheme would be "Android 6.0: Emulated primary, physical secondary", which gives the user the choice to format the virtual SD card as internal storage, if they so prefer. This CL implements the new configuration. It is only applicable to API 23 and above, and requires the following CL: https://android-review.googlesource.com/195057 BUG=27273457 Change-Id: Idd2b51da5e90680b54d3534e5fed1424dc7e2a60 Signed-off-by: Yu Ning <yu.ning@intel.com> (cherry picked from commit ec1e5323e59192dd9641695248a16049939aa8e0)
* Use wildcard when matching device path.Jeff Sharkey2015-04-291-1/+1
| | | | | Bug: 20341087 Change-Id: Ic5d504c0b9f4d30fead9fff442c85929c89164b3
* Fix sdcard mount flag for goldfish devicebohu2015-03-101-1/+1
| | | | | | | Add the "noemulatedsd" flag to fstab.goldfish so that an app can be moved to sdcard (if the app allows). Change-Id: Iac835ad19fd1446c9af3bf7e1bcad742145f60bd
* Revert "Revert "goldfish: Fix /cache partition type.""Xavier Ducrohet2014-06-201-2/+1
| | | | | | This reverts commit c50716f710731c76a3fa5f31004bf0d7a8e300bd. Change-Id: I53586d24b0878d720d3984584dd492c6887ada07
* Revert "goldfish: Fix /cache partition type."Xavier Ducrohet2014-06-201-1/+2
| | | | | | | | | This is a temporary revert to get 32bit images running with the old emulator exe. This reverts commit f4c61a399ab2029e367743fa22d4a381f7524560. Change-Id: I507410d712cffc2d293788b8bedc97260d6e6b5b
* goldfish: Fix /cache partition type.David 'Digit' Turner2014-06-181-2/+1
| | | | | | | | | | | | | | | | | | | | | Starting with kernel 3.10, yaffs2 partitions are no longer supported. This patch changes the type of the cache partition image to 'ext4' to allow booting a system based on such kernel, for example aosp_x86_64-userdebug. This works after the following patch was applied to the emulator: https://android-review.googlesource.com/#/c/98204/ Note that this works properly because the platform build system will extract the value to know how to generate cache.img at build time properly. See $AOSP/build/tools/releasetools/img_from_target_files BUG=15144004 Change-Id: I6c123c9baf84d13507a44b8205ec79746fb2628f
* goldfish: cache image is not ext4. yet.JP Abgrall2014-03-131-1/+2
| | | | | | | | | | | The emulator does not yet support ext4 as the cache partition type. This changes needs a qemu/vl-android.c change also: don't assume cache fs-type is the same as the userdata fs-type. Bug: 13330763 Change-Id: Ia2d997a8f922618f795331442370ddf2ae147baf Signed-off-by: JP Abgrall <jpa@google.com>
* Update emulator to FUSE-wrap its SD card.android-sdk-4.4.2_r1.0.1android-sdk-4.4.2_r1android-cts-4.4_r4android-cts-4.4_r1android-4.4w_r1android-4.4_r1.2.0.1android-4.4_r1.2android-4.4_r1.1.0.1android-4.4_r1.1android-4.4_r1.0.1android-4.4_r1android-4.4_r0.9android-4.4.4_r2.0.1android-4.4.4_r2android-4.4.4_r1.0.1android-4.4.4_r1android-4.4.3_r1.1.0.1android-4.4.3_r1.1android-4.4.3_r1.0.1android-4.4.3_r1android-4.4.2_r2.0.1android-4.4.2_r2android-4.4.2_r1.0.1android-4.4.2_r1android-4.4.1_r1.0.1android-4.4.1_r1kitkat-wearkitkat-releasekitkat-mr2.2-releasekitkat-mr2.1-releasekitkat-mr2-releasekitkat-mr1.1-releasekitkat-mr1-releasekitkat-devkitkat-cts-releasekitkat-cts-devJeff Sharkey2013-10-091-1/+1
| | | | | Bug: 11150877 Change-Id: Ie5644beb00391270e4ba3120ff399d667c34e02a
* goldfish: use fstab.goldfishNick Kralevich2013-07-121-2/+5
| | | | | | | Don't rely on init.rc to mount our filesystems for us. Do it ourselves from fstab.goldfish. Change-Id: I80ba51f34e8d34b24bc7b14f527ac507d2d819e1
* Enforce READ_EXTERNAL_STORAGE on emulator.Jeff Sharkey2013-04-101-1/+1
| | | | | Bug: 7203378 Change-Id: I2f34dd44ad97f9eb5b147904758ebb0ac61c0866
* Add unified fstab.goldfish, needed for the sdkKen Sumrall2013-02-271-0/+5
Change-Id: Idd0f26bd189536bc8f24dcddce0403b2db26678b