Files
ndk-samples/build-logic
Dan Albert 1aeb4805d6 Update NDK to r28c.
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.
2025-09-04 21:48:00 +00:00
..
2024-05-14 14:42:16 -07:00

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.