Searched refs:proguardConfig (Results 1 – 1 of 1) sorted by relevance
182 String proguardConfig = state.getProperties().getProperty( in exportReleaseApk() local187 if (proguardConfig != null && proguardConfig.length() > 0) { in exportReleaseApk()191 if (File.separatorChar != '/' && proguardConfig.indexOf('/') != -1) { in exportReleaseApk()192 proguardConfig = proguardConfig.replace('/', File.separatorChar); in exportReleaseApk()195 Iterable<String> paths = LintUtils.splitPath(proguardConfig); in exportReleaseApk()