Skip to content
Snippets Groups Projects
Commit 0f1b4f37 authored by Jun Nakajima's avatar Jun Nakajima Committed by David 'Digit' Turner
Browse files

x86: Add vold.fstab to mount the SD card


Orig-Change-Id: Ie1f70a22dd4e27e8ea956d5e627877d1e2379b95
Signed-off-by: default avatarJun Nakajima <jun.nakajima@intel.com>
parent c8bb0ab7
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,10 @@ ifeq ($(TARGET_PRODUCT),generic)
copy_from += etc/vold.fstab
endif
ifeq ($(TARGET_PRODUCT),full_x86)
copy_from += etc/vold.fstab
endif
# 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
# which are device-specific. However, these builds require at the moment
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment