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:
parent
bedaac52a6
commit
2ee12e7a34
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue