aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/android/helloworld/settings.gradle
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/settings.gradle
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/settings.gradle')
-rw-r--r--examples/android/helloworld/settings.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/android/helloworld/settings.gradle b/examples/android/helloworld/settings.gradle
new file mode 100644
index 0000000000..e7b4def49c
--- /dev/null
+++ b/examples/android/helloworld/settings.gradle
@@ -0,0 +1 @@
+include ':app'