Merge "Increase javac heap to 4096M"

This commit is contained in:
Treehugger Robot
2022-09-14 17:55:51 +00:00
committed by Gerrit Code Review

View File

@@ -77,7 +77,7 @@ class Options(object):
self.extra_sign_sepolicy_args = []
self.aapt2_path = "aapt2"
self.java_path = "java" # Use the one on the path by default.
self.java_args = ["-Xmx2048m"] # The default JVM args.
self.java_args = ["-Xmx4096m"] # The default JVM args.
self.android_jar_path = None
self.public_key_suffix = ".x509.pem"
self.private_key_suffix = ".pk8"