Home
last modified time | relevance | path

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

/development/scripts/
Dsymbol.py55 def ToolPath(tool, toolchain=None): argument
57 if not toolchain:
58 toolchain = FindToolchain()
59 return glob.glob(os.path.join(toolchain, "*-" + tool))[0]
85 toolchain = sorted(available_toolchains)[-1]
87 if not os.path.exists(ToolPath("addr2line", toolchain)):
88 raise Exception("No addr2line for %s" % (toolchain))
90 _CACHED_TOOLCHAIN = toolchain
340 toolchain = os.environ.get(toolchain_var)
341 if not toolchain:
[all …]
/development/ndk/platforms/
DREADME.CRT.TXT46 because that's the hard-coded name that the toolchain binaries expect.
188 You will need to update these files when the toolchain changes.