Home
last modified time | relevance | path

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

/build/soong/bpfix/bpfix/
Dbpfix.go414 hasAndroidLibraries := hasNonEmptyLiteralListProperty(mod, "android_libs")
415 hasStaticAndroidLibraries := hasNonEmptyLiteralListProperty(mod, "android_static_libs")
416 hasResourceDirs := hasNonEmptyLiteralListProperty(mod, "resource_dirs")
452 hasTestSuites := hasNonEmptyLiteralListProperty(mod, "test_suites")
1307 func hasNonEmptyLiteralListProperty(mod *parser.Module, name string) bool { func
1530 if hasNonEmptyLiteralListProperty(mod, licenseFilesPropertyName) {
1561 if hasNonEmptyLiteralListProperty(mod, licenseKindsPropertyName) {
1574 if hasNonEmptyLiteralListProperty(mod, licenseFilesPropertyName) && !hasFileInParentDir {