commit | cb0359489af05ddfe530c101961ec3369290faac | [log] [tgz] |
---|---|---|
author | Patrick Rohr <prohr@google.com> | Tue Nov 01 12:12:52 2022 -0700 |
committer | Patrick Rohr <prohr@google.com> | Tue Nov 01 12:12:52 2022 -0700 |
tree | d23a55b83face3c9083b225b627f7d1cc7e9d033 | |
parent | bec0c8c774fa0461c36cb487020330eb3b49b31f [diff] [blame] |
gn2bp: update update_results.sh to build //net:net Moving on to bigger and better things: //net:net. Test: n/a Change-Id: Iddf0e7d007ea9056416234cd498b872939505ffd
diff --git a/tools/gn2bp/update_results.sh b/tools/gn2bp/update_results.sh index 6f90a69..ad0277c 100755 --- a/tools/gn2bp/update_results.sh +++ b/tools/gn2bp/update_results.sh
@@ -12,7 +12,7 @@ set -eux TARGETS=( - "//base:base" + "//net:net" ) BASEDIR=$(dirname "$0")