android / ndk-samples

Android NDK samples with Android Studio
http://developer.android.com/ndk
Apache License 2.0
9.97k stars 4.15k forks source link

Migrate the rest of the samples to the convention plugin. #1035

Closed DanAlbert closed 1 month ago

DanAlbert commented 1 month ago

All the module build.gradle files are in a pretty good state after this. This is the same sort of stuff that was done to audio-echo: migrate to the convention plugin, remove unused crap, make whatever was left more presentable.

Depends on https://github.com/android/ndk-samples/pull/1034.