aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Turner <digit@android.com>2011-03-02 06:06:55 -0800
committerAndroid Code Review <code-review@android.com>2011-03-02 06:06:55 -0800
commite6b638be199a5f16f3eaff69710d92ea248d60a3 (patch)
treeb66b5f367e8dd289d84f149d9dbe8a197c81caad
parentfa5f2ad48b0a22d963b11b87cb94d5d1960c42ff (diff)
parent0db0921b59cd02186b5aa588d69213cc9d5d3e1d (diff)
downloadsystem_core-e6b638be199a5f16f3eaff69710d92ea248d60a3.tar.gz
system_core-e6b638be199a5f16f3eaff69710d92ea248d60a3.tar.bz2
system_core-e6b638be199a5f16f3eaff69710d92ea248d60a3.zip
Merge "x86: Add vold.fstab to mount the SD card"
-rw-r--r--rootdir/Android.mk4
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