Skip to content

Commit

Permalink
x86: Add vold.fstab to mount the SD card
Browse files Browse the repository at this point in the history
Orig-Change-Id: Ie1f70a22dd4e27e8ea956d5e627877d1e2379b95
Signed-off-by: Jun Nakajima <jun.nakajima@intel.com>
  • Loading branch information
Jun Nakajima authored and digit-android committed Jun 15, 2011
1 parent c8bb0ab commit 0f1b4f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rootdir/Android.mk
Expand Up @@ -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
Expand Down

0 comments on commit 0f1b4f3

Please sign in to comment.