am e6b638be: Merge "x86: Add vold.fstab to mount the SD card"
* commit 'e6b638be199a5f16f3eaff69710d92ea248d60a3': x86: Add vold.fstab to mount the SD card
This commit is contained in:
commit
fe111c8370
1 changed files with 4 additions and 0 deletions
|
|
@ -11,6 +11,10 @@ ifeq ($(TARGET_PRODUCT),full)
|
||||||
copy_from += etc/vold.fstab
|
copy_from += etc/vold.fstab
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(TARGET_PRODUCT),full_x86)
|
||||||
|
copy_from += etc/vold.fstab
|
||||||
|
endif
|
||||||
|
|
||||||
# the /system/etc/init.goldfish.sh is needed to enable emulator support
|
# 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
|
# 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
|
# which are device-specific. However, these builds require at the moment
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue