diff options
| author | Keun-young Park <keunyoung@google.com> | 2012-08-14 17:30:06 -0700 |
|---|---|---|
| committer | android code review <noreply-gerritcodereview@google.com> | 2012-08-14 17:30:07 -0700 |
| commit | c4c731e78ca1a3527093a35280381616d1cb667d (patch) | |
| tree | ca3a7965de115ab3ad89fb2ac8ca1b7fc9027f12 /rootdir | |
| parent | c95c15b1923611f48c44c18ad158e57b9d915fdf (diff) | |
| parent | a7fbf8a673e90918d55e441dbd5a29a87615dfa9 (diff) | |
| download | system_core-c4c731e78ca1a3527093a35280381616d1cb667d.tar.gz system_core-c4c731e78ca1a3527093a35280381616d1cb667d.tar.bz2 system_core-c4c731e78ca1a3527093a35280381616d1cb667d.zip | |
Merge "[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 e62c3ea2..64ff5224 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 |
