Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
DPreCompilerBuilder.java1162 String aaptPath = mBuildToolInfo.getPath(BuildToolInfo.PathId.AAPT); in execAapt() local
1164 array.add(aaptPath); in execAapt()
1339 && new File(aaptPath).exists() in execAapt()