From 0db0921b59cd02186b5aa588d69213cc9d5d3e1d Mon Sep 17 00:00:00 2001 From: Jun Nakajima Date: Sun, 13 Feb 2011 21:10:40 -0800 Subject: [PATCH] x86: Add vold.fstab to mount the SD card Change-Id: Ie1f70a22dd4e27e8ea956d5e627877d1e2379b95 Signed-off-by: Jun Nakajima --- rootdir/Android.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rootdir/Android.mk b/rootdir/Android.mk index 380bb604a..1a9e06f6d 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