27 lines
559 B
Plaintext
27 lines
559 B
Plaintext
[[[ NC WC Dev Notes ]]]
|
|
|
|
|
|
[[ Links ]]
|
|
# gradle plugin versions
|
|
@ https://jcenter.bintray.com/com/android/tools/build/gradle/
|
|
|
|
# gradle ndk support
|
|
@ https://developer.android.com/studio/projects/add-native-code.html#download-ndk
|
|
|
|
|
|
[ CMake ]
|
|
@ https://developer.android.com/ndk/guides/cmake.html
|
|
|
|
# cmake building examples
|
|
@ https://github.com/googlesamples/android-ndk/tree/master-cmake
|
|
|
|
# variables
|
|
# arguments "-DVAR_NAME=VALUE"
|
|
@ https://developer.android.com/ndk/guides/cmake.html#variables
|
|
|
|
|
|
[ Examples ]
|
|
@ https://github.com/googlesamples/android-ndk
|
|
|
|
|