am c4c731e7: Merge "[MIPS] Enable SD-card functionality to work"

* commit 'c4c731e78ca1a3527093a35280381616d1cb667d':
  [MIPS] Enable SD-card functionality to work
This commit is contained in:
Keun-young Park 2012-08-14 18:27:25 -07:00 committed by Android Git Automerger
commit 8f19b11a42
1 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,10 @@ ifeq ($(TARGET_PRODUCT),full_x86)
copy_from += etc/vold.fstab
endif
ifeq ($(TARGET_PRODUCT),full_mips)
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