Merge pull request #14011 from komakai:debug-build

* Add Android SDK debug build flag

* Change LOG_TAG define for consistency with other modules
This commit is contained in:
Giles Payne
2019-03-11 23:16:42 +09:00
committed by Alexander Alekhin
parent 49093d6d38
commit 55f02d8c66
3 changed files with 13 additions and 1 deletions
@@ -10,6 +10,11 @@ android {
}
buildTypes {
debug {
packagingOptions{
doNotStrip '*.so'
}
}
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'