Create debug symbols for our native libraries for Google Play

This commit is contained in:
Cameron Gutman 2021-05-05 20:29:40 -05:00
parent 75932d7621
commit 826a20785f

View File

@ -112,6 +112,9 @@ android {
path "src/main/jni/Android.mk" path "src/main/jni/Android.mk"
} }
} }
// Generate native debug symbols to allow Google Play to symbolicate our native crashes
android.defaultConfig.ndk.debugSymbolLevel = 'FULL'
} }
dependencies { dependencies {