aboutsummaryrefslogtreecommitdiff
path: root/android_gradle/settings.gradle
AgeCommit message (Collapse)Author
2021-09-28Update and improve android_gradle (#965)Paul Thomson
* Update CMakeLists.txt files so we can build libamber_ndk.so for Android via CMake. * `android_gradle/`: * Update Gradle version, settings, and build files to match the latest Android sample. Importantly, this removes the use of jcenter and bintray repositories, which were shut down. * Specify NDK version so that Gradle can install required native build tools automatically. * Define externalNativeBuild so Gradle can perform the Android CMake build automatically. * Replace `main` with `android_main` when building the Amber tool as a library for Android to avoid compiler warnings, and rename other Android-related symbols to avoid confusion. Fixes #964
2019-11-26Android Gradle project files (#717)asuonpaa
Part of #706