mirror of
https://github.com/google/flatbuffers.git
synced 2025-04-08 09:12:14 +08:00
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.
3 lines
52 B
Groovy
3 lines
52 B
Groovy
include ':app'
|
|
rootProject.name = "FlatbuffersTest"
|