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