Fix sdcard mount issue.

Push vold.fstab on to the emulator, which is now denoted by
TARGET_PRODUCT=full.

Change-Id: I502af9b06903808fa2448c1013ddd8904f6000ca
This commit is contained in:
Ravi K Yenduri 2010-07-15 09:24:39 -05:00
parent bedaac52a6
commit 2ee12e7a34

View file

@ -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