Merge "Fix sdcard mount issue."

This commit is contained in:
Jean-Baptiste Queru 2010-07-15 12:10:10 -07:00 committed by Android Code Review
commit 097b7df625

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