aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRavi K Yenduri <yenduri@pv.com>2010-07-15 09:24:39 -0500
committerRavi K Yenduri <yenduri@pv.com>2010-07-15 09:25:54 -0500
commit2ee12e7a3404749add55e3d98358ab52b579fd57 (patch)
treef291c881e78a68ef9c70cd6d33aa6c1fca8df728
parentbedaac52a677c152e051c17ef456cc9e43f3812b (diff)
downloadsystem_core-2ee12e7a3404749add55e3d98358ab52b579fd57.tar.gz
system_core-2ee12e7a3404749add55e3d98358ab52b579fd57.tar.bz2
system_core-2ee12e7a3404749add55e3d98358ab52b579fd57.zip
Fix sdcard mount issue.
Push vold.fstab on to the emulator, which is now denoted by TARGET_PRODUCT=full. Change-Id: I502af9b06903808fa2448c1013ddd8904f6000ca
-rw-r--r--rootdir/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/Android.mk b/rootdir/Android.mk
index 7ac991cb..9a56bfd8 100644
--- a/rootdir/Android.mk
+++ b/rootdir/Android.mk
@@ -7,7 +7,7 @@ copy_from := \
etc/dbus.conf \
etc/hosts
-ifeq ($(TARGET_PRODUCT),generic)
+ifeq ($(TARGET_PRODUCT),full)
copy_from += etc/vold.fstab
endif