Merge "Add more information to the ABI error message." into main am: 98b3cb2787
am: dc02013beb
am: cc7b24f36b
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2773847 Change-Id: I5fa46ab3751d27f1ce595f3aa4c68387c71e7356 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
0666982307
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ var (
|
||||||
// because we don't want to spam the build output with "nothing
|
// because we don't want to spam the build output with "nothing
|
||||||
// changed" messages, so redirect output message to $out, and if
|
// changed" messages, so redirect output message to $out, and if
|
||||||
// changes were detected print the output and fail.
|
// changes were detected print the output and fail.
|
||||||
Command: "$stgdiff $args --stg $in -o $out || (cat $out && false)",
|
Command: "$stgdiff $args --stg $in -o $out || (cat $out && false; echo 'Run $$ANDROID_BUILD_TOP/development/tools/ndk/update_ndk_abi.sh to update the ABI dumps.')",
|
||||||
CommandDeps: []string{"$stgdiff"},
|
CommandDeps: []string{"$stgdiff"},
|
||||||
}, "args")
|
}, "args")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue