aboutsummaryrefslogtreecommitdiffstats
path: root/rootdir
diff options
context:
space:
mode:
authorJun Nakajima <jnakajim@gmail.com>2011-02-13 21:10:40 -0800
committerJun Nakajima <jnakajim@gmail.com>2011-02-13 21:10:40 -0800
commit0db0921b59cd02186b5aa588d69213cc9d5d3e1d (patch)
tree12e8937268cb84839d216b4b590d4504191cdef5 /rootdir
parent034117e47f2601d46563461a0bfe3cc22f89a0f0 (diff)
downloadsystem_core-0db0921b59cd02186b5aa588d69213cc9d5d3e1d.tar.gz
system_core-0db0921b59cd02186b5aa588d69213cc9d5d3e1d.tar.bz2
system_core-0db0921b59cd02186b5aa588d69213cc9d5d3e1d.zip
x86: Add vold.fstab to mount the SD card
Change-Id: Ie1f70a22dd4e27e8ea956d5e627877d1e2379b95 Signed-off-by: Jun Nakajima <jun.nakajima@intel.com>
Diffstat (limited to 'rootdir')
-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