commit | ff44cb571ce09aed208f428239770a45cdf39c8d | [log] [tgz] |
---|---|---|
author | Motomu Utsumi <motomuman@google.com> | Wed Nov 09 16:23:21 2022 +0900 |
committer | Motomu Utsumi <motomuman@google.com> | Wed Nov 09 18:20:19 2022 +0900 |
tree | c8fa0a1950ad4835e40d62355d71afd05f20e822 | |
parent | a0cc6663b9885c2d08b70d9847087ff26e6e0743 [diff] [blame] |
gn2bp: add android:cronet to the TARGETS Test: ./update_results.sh Change-Id: I83903596a9594eb328ddbaf3af4efce759d3e7d7
diff --git a/tools/gn2bp/update_results.sh b/tools/gn2bp/update_results.sh index ad0277c..f9321d9 100755 --- a/tools/gn2bp/update_results.sh +++ b/tools/gn2bp/update_results.sh
@@ -12,7 +12,7 @@ set -eux TARGETS=( - "//net:net" + "//components/cronet/android:cronet" ) BASEDIR=$(dirname "$0")