mirror of
https://github.com/android/ndk-samples
synced 2025-11-06 15:35:36 +08:00
I was planning to leave this on the LTS, but https://github.com/android/ndk/issues/2100 is really annoying now that I've updated CMake.
Convention plugins
This directory contains convention plugins used by the NDK samples. These are used to remove Gradle boiler plate from individual samples in favor of common configuration here. Using convention plugins for single module projects is overkill, but any non-trivial app will likely need their own eventually. See Now In Android's build-logic for a more thorough example of building convention plugins for Android projects.