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

Remove unused dependencies from native-activity. #1000

Closed DanAlbert closed 2 months ago

DanAlbert commented 2 months ago

These dependencies were not actually used but were in contradiction with the android:hasCode=false in the manifest. Remove the pointless dependencies, but leave some comments explaining to anyone that copies from here that they need to update app:hasCode if they add any DEX to their app.

Fixes https://github.com/android/ndk-samples/issues/929.