Loading cc/ndk_library.go +1 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,7 @@ var ( // because we don't want to spam the build output with "nothing // changed" messages, so redirect output message to $out, and if // 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"}, }, "args") Loading Loading
cc/ndk_library.go +1 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,7 @@ var ( // because we don't want to spam the build output with "nothing // changed" messages, so redirect output message to $out, and if // 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"}, }, "args") Loading