Fix error message to still be an error.
Bug: http://b/156513478#comment43 Test: m ndk, actually checked that it actually failed Change-Id: I1951ddfee3bef7d06ab4561e445d75358e5a4abf
This commit is contained in:
@@ -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; echo 'Run $$ANDROID_BUILD_TOP/development/tools/ndk/update_ndk_abi.sh to update the ABI dumps.')",
|
Command: "$stgdiff $args --stg $in -o $out || (cat $out && echo 'Run $$ANDROID_BUILD_TOP/development/tools/ndk/update_ndk_abi.sh to update the ABI dumps.' && false)",
|
||||||
CommandDeps: []string{"$stgdiff"},
|
CommandDeps: []string{"$stgdiff"},
|
||||||
}, "args")
|
}, "args")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user