[Scummvm-git-logs] scummvm master -> 617e56f165e7895212c3e1df889f390f04fc2eb0
antoniou79
a.antoniou79 at gmail.com
Fri Jul 24 06:43:49 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
617e56f165 ANDROID: increase jvm memory to 4096m
Commit: 617e56f165e7895212c3e1df889f390f04fc2eb0
https://github.com/scummvm/scummvm/commit/617e56f165e7895212c3e1df889f390f04fc2eb0
Author: antoniou79 (a.antoniou79 at gmail.com)
Date: 2020-07-24T06:34:11Z
Commit Message:
ANDROID: increase jvm memory to 4096m
Changed paths:
backends/platform/android/android.mk
diff --git a/backends/platform/android/android.mk b/backends/platform/android/android.mk
index 84cfd0c45e..d4b48b8357 100644
--- a/backends/platform/android/android.mk
+++ b/backends/platform/android/android.mk
@@ -21,7 +21,8 @@ $(PATH_BUILD_GRADLE): $(GRADLE_FILES) | $(PATH_BUILD)
$(CP) -r $(PATH_DIST)/gradle/ $(PATH_BUILD)/gradle/
$(INSTALL) -c -m 755 $(PATH_DIST)/gradlew $(PATH_BUILD)
$(INSTALL) -c -m 644 $(PATH_DIST)/build.gradle $(PATH_BUILD)
- $(ECHO) "srcdir=$(realpath $(srcdir))" > $(PATH_BUILD)/gradle.properties
+ $(ECHO) "srcdir=$(realpath $(srcdir))\n" > $(PATH_BUILD)/gradle.properties
+ $(ECHO) "org.gradle.jvmargs=-Xmx4096m\n" >> $(PATH_BUILD)/gradle.properties
$(ECHO) "sdk.dir=$(realpath $(ANDROID_SDK_ROOT))\n" > $(PATH_BUILD)/local.properties
$(ECHO) "ndk.dir=$(realpath $(ANDROID_NDK_ROOT))\n" >> $(PATH_BUILD)/local.properties
More information about the Scummvm-git-logs
mailing list