summaryrefslogtreecommitdiffstats
path: root/android/source/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'android/source/build.gradle')
-rw-r--r--android/source/build.gradle6
1 files changed, 2 insertions, 4 deletions
diff --git a/android/source/build.gradle b/android/source/build.gradle
index 668ff5e006b9..3383df0679d6 100644
--- a/android/source/build.gradle
+++ b/android/source/build.gradle
@@ -66,12 +66,10 @@ android {
// make android studio happy...
jniDebuggable true
// would work just fine with external, but setting emulator up is a little more work
- manifestPlaceholders = [installLocation: "auto", extractNativeLibs: "false"]
+ manifestPlaceholders = [installLocation: "auto"]
}
release {
- // need to extract native libs (allow to compress them in apk), since otherwise would
- // exceed maximum size for playstore
- manifestPlaceholders = [installLocation: "preferExternal", extractNativeLibs: "true"]
+ manifestPlaceholders = [installLocation: "preferExternal"]
}
}