aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2018-11-28 17:18:38 -0500
committerAlan Viverette <alanv@google.com>2018-12-10 11:05:52 -0500
commitdf8949a1579c96451f9447f212e9a683514c388d (patch)
treea4ed4f0f986bd1de018d03470fd0fbeff89111d2 /gradle.properties
parentcd60930d2fe35841296c72b0bf603fd61a130036 (diff)
downloadsupport-df8949a1579c96451f9447f212e9a683514c388d.tar.gz
Configuration changes to support building against android-Q SDK
Includes some mystery API updates for fragment. Also includes a fake annotations project to make the phantom annotations emitted into the platform SDK by Metalava accessible to Doclava during SDK API generation. Exciting! Bug: 120102824 Test: ./gradlew buildOnServer test Change-Id: Ideed23a53a91dfe1db7de0ba4cae4d8ef5084cb6
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties
index 029c8029375..844a1eb6bf8 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,4 +1,4 @@
-org.gradle.jvmargs=-Xmx8g
+org.gradle.jvmargs=-Xmx8g -XX:MaxPermSize=8g
org.gradle.daemon=true
org.gradle.configureondemand=true
org.gradle.parallel=true