Merge "Switch include path of header-abi-dumper headers"

This commit is contained in:
Logan Chien
2018-10-12 02:56:14 +00:00
committed by Gerrit Code Review

View File

@@ -169,7 +169,7 @@ var (
// -w has been added since header-abi-dumper does not need to produce any sort of diagnostic information. // -w has been added since header-abi-dumper does not need to produce any sort of diagnostic information.
sAbiDump = pctx.AndroidStaticRule("sAbiDump", sAbiDump = pctx.AndroidStaticRule("sAbiDump",
blueprint.RuleParams{ blueprint.RuleParams{
Command: "rm -f $out && $sAbiDumper -o ${out} $in $exportDirs -- $cFlags -w -isystem ${config.RSIncludePath}", Command: "rm -f $out && $sAbiDumper -o ${out} $in $exportDirs -- $cFlags -w -isystem prebuilts/clang-tools/${config.HostPrebuiltTag}/clang-headers",
CommandDeps: []string{"$sAbiDumper"}, CommandDeps: []string{"$sAbiDumper"},
}, },
"cFlags", "exportDirs") "cFlags", "exportDirs")