Home
last modified time | relevance | path

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

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