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:
committed by
Alexander Alekhin
parent
49093d6d38
commit
55f02d8c66
@@ -10,6 +10,11 @@ android {
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
debug {
|
||||
packagingOptions{
|
||||
doNotStrip '*.so'
|
||||
}
|
||||
}
|
||||
release {
|
||||
minifyEnabled false
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
|
||||
|
||||
Reference in New Issue
Block a user