From 08620ad6da8e48bcb26401e06aa5d3a647ab4353 Mon Sep 17 00:00:00 2001 From: Shawn Alty Date: Mon, 10 Oct 2011 20:55:54 -0500 Subject: Conform and fix SGS SD card stuff inside Android OS (3/4) This will force swapping of mountpoints so the default behavior will use the internal storage for /sdcard, eliminating the requirement of users having to purchase an external storage device. This is the expected usage by new users coming from Samsung devices. Change-Id: If4a0edad4e55237b87462bdde463c8043b93831d --- galaxysmtd.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/galaxysmtd.mk b/galaxysmtd.mk index 482aa0a..1323bac 100644 --- a/galaxysmtd.mk +++ b/galaxysmtd.mk @@ -146,7 +146,8 @@ PRODUCT_PROPERTY_OVERRIDES += \ # Default=true for development builds, set by android buildsystem. PRODUCT_PROPERTY_OVERRIDES += \ ro.kernel.android.checkjni=0 \ - dalvik.vm.checkjni=false + dalvik.vm.checkjni=false \ + persist.sys.vold.switchexternal=1 # we have enough storage space to hold precise GC data PRODUCT_TAGS += dalvik.gc.type-precise -- cgit v1.1