Home
last modified time | relevance | path

Searched defs:toolchainFactory (Results 1 – 1 of 1) sorted by relevance

/build/soong/cc/config/
Dtoolchain.go24 type toolchainFactory func(arch android.Arch) Toolchain type
28 func registerToolchainFactory(os android.OsType, arch android.ArchType, factory toolchainFactory) {