diff options
author | Keun-young Park <keunyoung@google.com> | 2012-08-14 18:27:25 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2012-08-14 18:27:25 -0700 |
commit | 8f19b11a42423ecd4ac8373041f64cb3001caf78 (patch) | |
tree | b5fc7ccba025655d3bb956677860896276553f72 /rootdir | |
parent | ee0d281a3e5fe611bdda23db18fa0e5684ee43ed (diff) | |
parent | c4c731e78ca1a3527093a35280381616d1cb667d (diff) | |
download | system_core-8f19b11a42423ecd4ac8373041f64cb3001caf78.zip system_core-8f19b11a42423ecd4ac8373041f64cb3001caf78.tar.gz system_core-8f19b11a42423ecd4ac8373041f64cb3001caf78.tar.bz2 |
am c4c731e7: Merge "[MIPS] Enable SD-card functionality to work"
* commit 'c4c731e78ca1a3527093a35280381616d1cb667d':
[MIPS] Enable SD-card functionality to work
Diffstat (limited to 'rootdir')
-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 e62c3ea..64ff522 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 |