Searched refs:extraStringForDebugBuilds (Results 1 – 1 of 1) sorted by relevance
107 String extraStringForDebugBuilds = "-hwasan"; in getExecutablePathFromAssets() local108 if (abi.endsWith(extraStringForDebugBuilds)) { in getExecutablePathFromAssets()109 abi = abi.substring(0, abi.length() - extraStringForDebugBuilds.length()); in getExecutablePathFromAssets()