diff options
| author | David Turner <digit@android.com> | 2011-03-02 07:58:39 -0800 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2011-03-02 07:58:39 -0800 |
| commit | fe111c83708dd3c8746b3a05d4b2f53c7a9f4477 (patch) | |
| tree | ce06b3b55770a72fc8fd5dbde419cde5ff708599 | |
| parent | 733e47011023787cf996b1b4f232453b2324e303 (diff) | |
| parent | e6b638be199a5f16f3eaff69710d92ea248d60a3 (diff) | |
| download | system_core-fe111c83708dd3c8746b3a05d4b2f53c7a9f4477.tar.gz system_core-fe111c83708dd3c8746b3a05d4b2f53c7a9f4477.tar.bz2 system_core-fe111c83708dd3c8746b3a05d4b2f53c7a9f4477.zip | |
am e6b638be: Merge "x86: Add vold.fstab to mount the SD card"
* commit 'e6b638be199a5f16f3eaff69710d92ea248d60a3':
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 |
