mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-10 13:18:31 +09:00
[Fix] (ci): validate debuggable retrace APKs
This commit is contained in:
@@ -17,6 +17,7 @@ def releaseSigningReady = signingStoreFile.exists()
|
||||
&& signingStorePassword
|
||||
&& signingKeyAlias
|
||||
&& signingKeyPassword
|
||||
def debuggableRelease = (findProperty('mobilegl.debuggableRelease') ?: 'false').toString().toBoolean()
|
||||
def mobileGlAbiFilters = {
|
||||
def abiList = (findProperty('mobilegl.abis') ?: System.getenv('MOBILEGL_ABIS') ?: 'arm64-v8a') as String
|
||||
if (abiList.equalsIgnoreCase('all')) {
|
||||
@@ -99,6 +100,7 @@ android {
|
||||
|
||||
buildTypes {
|
||||
release {
|
||||
debuggable debuggableRelease
|
||||
minifyEnabled false
|
||||
if (releaseSigningReady) {
|
||||
signingConfig signingConfigs.release
|
||||
|
||||
Reference in New Issue
Block a user