Home
last modified time | relevance | path

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

/build/soong/bpfix/bpfix/
Dbpfix.go358 hasAndroidLibraries := hasNonEmptyLiteralListProperty(mod, "android_libs")
359 hasStaticAndroidLibraries := hasNonEmptyLiteralListProperty(mod, "android_static_libs")
360 hasResourceDirs := hasNonEmptyLiteralListProperty(mod, "resource_dirs")
1135 func hasNonEmptyLiteralListProperty(mod *parser.Module, name string) bool { func