diff options
| author | Keun-young Park <keunyoung@google.com> | 2012-08-14 18:29:15 -0700 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2012-08-14 18:29:15 -0700 |
| commit | 847cb4d125fa9eeb4272a0676e1dac847d4b8a96 (patch) | |
| tree | 58220bf53efd71358f8077d0cc941a490e3e6daa | |
| parent | 5c8574b51210be53efbb488965db0b8591c8d1cf (diff) | |
| parent | 8f19b11a42423ecd4ac8373041f64cb3001caf78 (diff) | |
| download | system_core-847cb4d125fa9eeb4272a0676e1dac847d4b8a96.zip system_core-847cb4d125fa9eeb4272a0676e1dac847d4b8a96.tar.gz system_core-847cb4d125fa9eeb4272a0676e1dac847d4b8a96.tar.bz2 | |
am 8f19b11a: am c4c731e7: Merge "[MIPS] Enable SD-card functionality to work"
* commit '8f19b11a42423ecd4ac8373041f64cb3001caf78':
[MIPS] Enable SD-card functionality to work
| -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 |
