diff options
| author | David Turner <digit@android.com> | 2011-03-02 06:06:55 -0800 |
|---|---|---|
| committer | Android Code Review <code-review@android.com> | 2011-03-02 06:06:55 -0800 |
| commit | e6b638be199a5f16f3eaff69710d92ea248d60a3 (patch) | |
| tree | b66b5f367e8dd289d84f149d9dbe8a197c81caad | |
| parent | fa5f2ad48b0a22d963b11b87cb94d5d1960c42ff (diff) | |
| parent | 0db0921b59cd02186b5aa588d69213cc9d5d3e1d (diff) | |
| download | system_core-e6b638be199a5f16f3eaff69710d92ea248d60a3.tar.gz system_core-e6b638be199a5f16f3eaff69710d92ea248d60a3.tar.bz2 system_core-e6b638be199a5f16f3eaff69710d92ea248d60a3.zip | |
Merge "x86: Add vold.fstab to mount the SD card"
| -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 380bb604..1a9e06f6 100644 --- a/rootdir/Android.mk +++ b/rootdir/Android.mk @@ -11,6 +11,10 @@ ifeq ($(TARGET_PRODUCT),full) copy_from += etc/vold.fstab endif +ifeq ($(TARGET_PRODUCT),full_x86) +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 |
