diff options
author | Bhanu Chetlapalli <bhanu@mips.com> | 2012-06-07 15:15:52 -0700 |
---|---|---|
committer | Bhanu Chetlapalli <bhanu@mips.com> | 2012-06-07 15:15:52 -0700 |
commit | a7fbf8a673e90918d55e441dbd5a29a87615dfa9 (patch) | |
tree | d9b741758b716ae59f339df70a80f58fe37b1fb4 | |
parent | ff856a2b927aaadb189181d2cd9dd08dc98456a4 (diff) | |
download | system_core-a7fbf8a673e90918d55e441dbd5a29a87615dfa9.zip system_core-a7fbf8a673e90918d55e441dbd5a29a87615dfa9.tar.gz system_core-a7fbf8a673e90918d55e441dbd5a29a87615dfa9.tar.bz2 |
[MIPS] Enable SD-card functionality to work
Change-Id: I711f533214b9b7bce2ff1000a55d6b8f310f2399
Signed-Off-By: Bhanu Chetlapalli <bhanu@mips.com>
-rw-r--r-- | rootdir/Android.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rootdir/Android.mk b/rootdir/Android.mk index 1a9e06f..c7de9e4 100644 --- a/rootdir/Android.mk +++ b/rootdir/Android.mk @@ -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 |