am f588cf97: am 847cb4d1: am 8f19b11a: am c4c731e7: Merge "[MIPS] Enable SD-card functionality to work"
* commit 'f588cf9753f15b76333d09b46d8b0d3b69a326bf':
[MIPS] Enable SD-card functionality to work
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 @@
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