aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/android/helloworld/gradle.properties
diff options
context:
space:
mode:
authorGravatar Eric Gribkoff <ericgribkoff@google.com>2018-03-02 11:31:28 -0800
committerGravatar GitHub <noreply@github.com>2018-03-02 11:31:28 -0800
commitf9244afe4d8c0ae68c682a370d4f1e38cadb3d81 (patch)
tree4ca64009a3a5fb12fafe832d4582c2d6bdd525ae /examples/android/helloworld/gradle.properties
parentc372f19bf4935c08665ffda929b831a98dea99c4 (diff)
parenta32a4c51f8fee2b8e718374e0caed892a50cb502 (diff)
Merge pull request #14193 from ericgribkoff/android_cpp_helloworld
C++ on Android: Hello World 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