Searched refs:outLibPaths (Results 1 – 1 of 1) sorted by relevance
374 List<String> outLibPaths) { in makePaths() argument387 if (outLibPaths != null) { in makePaths()388 outLibPaths.clear(); in makePaths()432 if (outLibPaths != null) { in makePaths()433 outLibPaths.add(instrumentationLibDir); in makePaths()435 outLibPaths.add(instrumentedLibDir); in makePaths()445 if (outLibPaths != null) { in makePaths()446 if (outLibPaths.isEmpty()) { in makePaths()447 outLibPaths.add(libDir); in makePaths()455 outLibPaths.add("/system/fake-libs" + in makePaths()[all …]