Searched refs:PrefixInList (Results 1 – 8 of 8) sorted by relevance
/build/soong/java/ |
D | aar.go | 170 hasVersionCode := android.PrefixInList(a.aaptProperties.Aaptflags, "--version-code") 171 hasVersionName := android.PrefixInList(a.aaptProperties.Aaptflags, "--version-name") 378 if android.PrefixInList(linkFlags, "-A ") || len(assetPackages) > 0 {
|
D | app.go | 395 hasProduct := android.PrefixInList(a.aaptProperties.Aaptflags, "--product")
|
/build/soong/android/ |
D | util.go | 151 func PrefixInList(list []string, prefix string) bool { func
|
D | androidmk.go | 274 if PrefixInList(suites, "mts-") && !InList("mts", suites) {
|
D | arch.go | 1522 return PrefixInList(arch.Abi, "arm")
|
D | paths.go | 1524 if PrefixInList(os.Args, "-test.") {
|
/build/soong/dexpreopt/ |
D | dexpreopt.go | 363 if !android.PrefixInList(preoptFlags, "--compiler-filter=") {
|
/build/soong/cc/ |
D | library.go | 428 if android.PrefixInList(flags, "-I") || android.PrefixInList(flags, "-isystem") {
|