Home
last modified time | relevance | path

Searched refs:isOutputApkDebuggable (Results 1 – 1 of 1) sorted by relevance

/tools/apksig/src/main/java/com/android/apksig/
DDefaultApkSignerEngine.java1332 if (isOutputApkDebuggable()) { in checkOutputApkNotDebuggableIfDebuggableMustBeRejected()
1346 private boolean isOutputApkDebuggable() throws ApkFormatException { in isOutputApkDebuggable() method in DefaultApkSignerEngine