Searched refs:classifyLocalOrGlobalPath (Results 1 – 1 of 1) sorted by relevance
/build/soong/androidmk/androidmk/ |
D | android.go | 301 func classifyLocalOrGlobalPath(value bpparser.Expression) (string, bpparser.Expression, error) { func 382 …return splitAndAssign(ctx, classifyLocalOrGlobalPath, map[string]string{"global": "include_dirs", … 388 …return splitAndAssign(ctx, classifyLocalOrGlobalPath, map[string]string{"global": "export_include_… 410 …return splitAndAssign(ctx, classifyLocalOrGlobalPath, map[string]string{"global": "aidl.include_di… 456 classifiedPaths, err := splitBpList(bpvalue, classifyLocalOrGlobalPath)
|