Home
last modified time | relevance | path

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

/aosp12/build/soong/android/soongconfig/
H A Dmodules.go451 mt.Variables = append(mt.Variables, newBoolVariable(name))
554 func newBoolVariable(name string) *boolVariable { func