mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-24 01:06:39 +00:00
Create debug symbols for our native libraries for Google Play
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user