Home
last modified time | relevance | path

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

/build/soong/android/
Darch.go107 var archFeatures = map[ArchType][]string{} var
117 archFeatures[arch] = append(archFeatures[arch], features...)
127 if !InList(feature, archFeatures[arch]) {
444 for _, feature := range archFeatures[arch] {