Merge "Switch include path of header-abi-dumper headers"
This commit is contained in:
@@ -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")
|
||||||
|
Reference in New Issue
Block a user