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

Switch to buildFeatures for BuildConfig flag. #1016

Closed DanAlbert closed 2 months ago

DanAlbert commented 2 months ago

gradle.properties, afaict, can't be applied per module. Once these are all in one giant project we want to apply this property at a finer scope than globally, so move it to buildFeatures, which are preferred anyway.