diff --git a/rootdir/Android.mk b/rootdir/Android.mk index 329be7f94a7fe975b6075d2c9159c22d5bd90518..6d6012e9056c4ed4d5e257037a615c9974f50f0d 100644 --- a/rootdir/Android.mk +++ b/rootdir/Android.mk @@ -11,6 +11,10 @@ ifeq ($(TARGET_PRODUCT),generic) 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