Merge "AIDEGen:fix module_bp_cc_deps.json content error."
This commit is contained in:
@@ -142,7 +142,7 @@ func parseCompilerCCParameters(ctx android.SingletonContext, params []string) cc
|
|||||||
compilerParams.HeaderSearchPath =
|
compilerParams.HeaderSearchPath =
|
||||||
append(compilerParams.HeaderSearchPath, strings.TrimPrefix(param, "-I"))
|
append(compilerParams.HeaderSearchPath, strings.TrimPrefix(param, "-I"))
|
||||||
case systemHeaderSearchPath:
|
case systemHeaderSearchPath:
|
||||||
if i < len(params)-1 {
|
if i < len(cparams)-1 {
|
||||||
compilerParams.SystemHeaderSearchPath = append(compilerParams.SystemHeaderSearchPath, cparams[i+1])
|
compilerParams.SystemHeaderSearchPath = append(compilerParams.SystemHeaderSearchPath, cparams[i+1])
|
||||||
}
|
}
|
||||||
i = i + 1
|
i = i + 1
|
||||||
|
Reference in New Issue
Block a user