[MIPS] Enable SD-card functionality to work
Change-Id: I711f533214b9b7bce2ff1000a55d6b8f310f2399 Signed-Off-By: Bhanu Chetlapalli <bhanu@mips.com>
This commit is contained in:
parent
ff856a2b92
commit
a7fbf8a673
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue