Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/android/
H A Darch.go420 func moduleOSList(ctx ConfigContext, base *ModuleBase) []OsType {
779 func decodeMultilib(ctx ConfigContext, base *ModuleBase) (multilib, extraMultilib string) {
H A Dmodule.go126 DecodeMultilib(ctx ConfigContext) (string, string)
2372 type ConfigContext interface { interface