aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/android/helloworld/gradle.properties
diff options
context:
space:
mode:
authorGravatar Eric Gribkoff <ericgribkoff@google.com>2018-01-25 13:16:41 -0800
committerGravatar Eric Gribkoff <ericgribkoff@google.com>2018-03-02 08:42:46 -0800
commita32a4c51f8fee2b8e718374e0caed892a50cb502 (patch)
tree24fd28afd0701d885f77854cecb9b3f4d717b533 /examples/android/helloworld/gradle.properties
parent1786766aa06af9c00088391f0f8a19c8f1bc301d (diff)
C++ on Android example client and server
Diffstat (limited to 'examples/android/helloworld/gradle.properties')
-rw-r--r--examples/android/helloworld/gradle.properties17
1 files changed, 17 insertions, 0 deletions
diff --git a/examples/android/helloworld/gradle.properties b/examples/android/helloworld/gradle.properties
new file mode 100644
index 0000000000..aac7c9b461
--- /dev/null
+++ b/examples/android/helloworld/gradle.properties
@@ -0,0 +1,17 @@
+# Project-wide Gradle settings.
+
+# IDE (e.g. Android Studio) users:
+# Gradle settings configured through the IDE *will override*
+# any settings specified in this file.
+
+# For more details on how to configure your build environment visit
+# http://www.gradle.org/docs/current/userguide/build_environment.html
+
+# Specifies the JVM arguments used for the daemon process.
+# The setting is particularly useful for tweaking memory settings.
+org.gradle.jvmargs=-Xmx1536m
+
+# When configured, Gradle will run in incubating parallel mode.
+# This option should only be used with decoupled projects. More details, visit
+# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
+# org.gradle.parallel=true