Home
last modified time | relevance | path

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

/build/soong/cc/
Dcompiler.go31 allowedManualInterfacePaths = []string{"vendor/", "hardware/"} var
532 if android.HasAnyPrefix(ctx.ModuleDir(), allowedManualInterfacePaths) {
Dmakevars.go149 ctx.Strict("ALLOWED_MANUAL_INTERFACE_PATHS", strings.Join(allowedManualInterfacePaths, " "))