aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Turner <digit@android.com>2011-03-02 11:38:57 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2011-03-02 11:38:57 -0800
commit663268caac636e32b19173743594899e52df0830 (patch)
tree8bd8b190fc85d08f9520df4a467c0e53be3e46c0
parente24624da7d29374ad59d20312ca0e0ea2ea5596b (diff)
parentfe111c83708dd3c8746b3a05d4b2f53c7a9f4477 (diff)
downloadsystem_core-663268caac636e32b19173743594899e52df0830.tar.gz
system_core-663268caac636e32b19173743594899e52df0830.tar.bz2
system_core-663268caac636e32b19173743594899e52df0830.zip
am fe111c83: am e6b638be: Merge "x86: Add vold.fstab to mount the SD card"
* commit 'fe111c83708dd3c8746b3a05d4b2f53c7a9f4477': 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