Home
last modified time | relevance | path

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

/build/soong/android/soongconfig/
Dmodules_test.go279 typ := createAffectablePropertiesType(tt.affectableProperties, []interface{}{tt.factoryProps})
Dmodules.go261 …affectablePropertiesType := createAffectablePropertiesType(moduleType.affectableProperties, factor…
290 func createAffectablePropertiesType(affectableProperties []string, factoryProps []interface{}) refl… func