Home
last modified time | relevance | path

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

/build/soong/rust/config/
Dtoolchain.go142 type toolchainFactory func(arch android.Arch) Toolchain type
146 func registerToolchainFactory(os android.OsType, arch android.ArchType, factory toolchainFactory) {
/build/soong/cc/config/
Dtoolchain.go23 type toolchainFactory func(arch android.Arch) Toolchain type
27 func registerToolchainFactory(os android.OsType, arch android.ArchType, factory toolchainFactory) {