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

Fix name of sensor-graph module. #1032

Closed DanAlbert closed 1 month ago

DanAlbert commented 1 month ago

Apparently include fails silently, so this was just absent from the build.

The warning flag change is only needed now because we weren't previously building non-default (debug) configurations. Now we are, and that problem has always been present.