Home
last modified time | relevance | path

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

/aosp12/build/soong/bpfix/bpfix/
H A Dbpfix.go362 hasAndroidLibraries := hasNonEmptyLiteralListProperty(mod, "android_libs")
363 hasStaticAndroidLibraries := hasNonEmptyLiteralListProperty(mod, "android_static_libs")
364 hasResourceDirs := hasNonEmptyLiteralListProperty(mod, "resource_dirs")
1178 func hasNonEmptyLiteralListProperty(mod *parser.Module, name string) bool { func