summaryrefslogtreecommitdiff
path: root/android/settings.gradle
diff options
context:
space:
mode:
authorPaulo Pinheiro <paulovictor.pinheiro@gmail.com>2020-11-05 23:23:37 +0100
committerGitHub <noreply@github.com>2020-11-05 14:23:37 -0800
commit0ff0471488f8ed304641546cbaa47681b64dd12e (patch)
tree1710adff58411f70fb8f38619e4c536be3b4b89e /android/settings.gradle
parent46a8c7e958c52d16e141338b6a48f74a1136acff (diff)
downloadflatbuffers-0ff0471488f8ed304641546cbaa47681b64dd12e.tar.gz
flatbuffers-0ff0471488f8ed304641546cbaa47681b64dd12e.tar.bz2
flatbuffers-0ff0471488f8ed304641546cbaa47681b64dd12e.zip
Modernize android build and sample (#6229)
Android build was dated, using the Android.mk approach. Current project configuration on Android encourages the usage of CMake, so we are updating the android project as an example on how to use either the Java/Kotlin generate code or the native C++ one.
Diffstat (limited to 'android/settings.gradle')
-rw-r--r--android/settings.gradle2
1 files changed, 2 insertions, 0 deletions
diff --git a/android/settings.gradle b/android/settings.gradle
new file mode 100644
index 00000000..c4c0afbc
--- /dev/null
+++ b/android/settings.gradle
@@ -0,0 +1,2 @@
+include ':app'
+rootProject.name = "FlatbuffersTest"