Merge "Fix ABI diff reporting with dist"
This commit is contained in:
commit
556752d3d4
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ var (
|
|||
distAbiDiffDir := android.PathForDist(ctx, "abidiffs")
|
||||
commandStr += "|| (echo ' ---- Please update abi references by running platform/development/vndk/tools/header-checker/utils/create_reference_dumps.py -l ${libName} ----'"
|
||||
if distAbiDiffDir.Valid() {
|
||||
commandStr += ") && (mkdir -p " + distAbiDiffDir.String() + " && cp ${out} " + distAbiDiffDir.String()
|
||||
commandStr += " && (mkdir -p " + distAbiDiffDir.String() + " && cp ${out} " + distAbiDiffDir.String() + ")"
|
||||
}
|
||||
commandStr += " && exit 1)"
|
||||
return blueprint.RuleParams{
|
||||
|
|
Loading…
Reference in a new issue