diff options
| author | David Turner <digit@android.com> | 2011-03-02 15:33:14 -0800 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2011-03-02 15:33:14 -0800 |
| commit | f0900adeb2b260068e7dae5509b821c8f5aa45eb (patch) | |
| tree | 6e10dd5ec7938eb07aafc1c3daec85a4ec785b7c | |
| parent | 879dd27b2b39064df902941a6d84c4ac6c7519dc (diff) | |
| parent | 663268caac636e32b19173743594899e52df0830 (diff) | |
| download | system_core-f0900adeb2b260068e7dae5509b821c8f5aa45eb.tar.gz system_core-f0900adeb2b260068e7dae5509b821c8f5aa45eb.tar.bz2 system_core-f0900adeb2b260068e7dae5509b821c8f5aa45eb.zip | |
am 663268ca: am fe111c83: am e6b638be: Merge "x86: Add vold.fstab to mount the SD card"
* commit '663268caac636e32b19173743594899e52df0830':
x86: Add vold.fstab to mount the SD card
| -rw-r--r-- | rootdir/Android.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rootdir/Android.mk b/rootdir/Android.mk index 380bb604..1a9e06f6 100644 --- a/rootdir/Android.mk +++ b/rootdir/Android.mk @@ -11,6 +11,10 @@ ifeq ($(TARGET_PRODUCT),full) copy_from += etc/vold.fstab endif +ifeq ($(TARGET_PRODUCT),full_x86) +copy_from += etc/vold.fstab +endif + # the /system/etc/init.goldfish.sh is needed to enable emulator support # in the system image. In theory, we don't need these for -user builds # which are device-specific. However, these builds require at the moment |
