Merge "Switch include path of header-abi-dumper headers"
am: 3b8f3e91c1
Change-Id: I518fc2fe33016a75d70e797599ea312dc3d96595
This commit is contained in:
commit
6e07d547bd
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ var (
|
|||
// -w has been added since header-abi-dumper does not need to produce any sort of diagnostic information.
|
||||
sAbiDump = pctx.AndroidStaticRule("sAbiDump",
|
||||
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"},
|
||||
},
|
||||
"cFlags", "exportDirs")
|
||||
|
|
Loading…
Reference in a new issue