summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2017-09-07 18:27:12 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2017-09-12 12:04:09 +0200
commit3de5cd341d861faeadabec16ff675d764f8df4b6 (patch)
treebefcfed7eb4478badc702cc95ff56d17f90a3288 /android
parent8c1140e6230d14604f17030e22986e338510174c (diff)
android: tune symbols for lldb & we actually target 14 as minSDK
-glldb might be placebo switch like -ggdb2, but at last it won't hurt :-) increase java heap size for gradle to allow inprocess dex as well as actually processing the huge files. furthermore fix platform level in configure to match the minSDK value from build.gradle Change-Id: I57d7d4c67bc3e5ed8bfed1e592b85211b5b8905a Reviewed-on: https://gerrit.libreoffice.org/42162 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'android')
-rw-r--r--android/source/gradle.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/source/gradle.properties b/android/source/gradle.properties
new file mode 100644
index 000000000000..899c9f99f396
--- /dev/null
+++ b/android/source/gradle.properties
@@ -0,0 +1 @@
+org.gradle.jvmargs=-Xmx2048m