Home
last modified time | relevance | path

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

/build/soong/rust/config/
Dtoolchain.go113 type toolchainFactory func(arch android.Arch) Toolchain type
117 func registerToolchainFactory(os android.OsType, arch android.ArchType, factory toolchainFactory) {
/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) {