diff options
author | Dan Willemsen <dwillemsen@google.com> | 2019-04-09 10:22:43 -0700 |
---|---|---|
committer | Dan Willemsen <dwillemsen@google.com> | 2019-04-09 10:23:49 -0700 |
commit | 25e6f09c060fb354839531a15c6ade4dc72e7c58 (patch) | |
tree | 6c54f6c2952ea866c7c6529e419aca892ecbe19d /scripts | |
parent | ad459bb8db7c760bcbe0ba4166b90f3a12312c84 (diff) | |
download | build_soong-25e6f09c060fb354839531a15c6ade4dc72e7c58.tar.gz build_soong-25e6f09c060fb354839531a15c6ade4dc72e7c58.tar.bz2 build_soong-25e6f09c060fb354839531a15c6ade4dc72e7c58.zip |
Add BUILD_BROKEN_USES_NETWORK
Some people apparently still talk to the network during their build.
Allow this temporarily with a BUILD_BROKEN_USES_NETWORK check.
Bug: 129992021
Test: attempt to talk to the network during the build with and without
this flag.
Change-Id: Ifb967c656aa24c4599e7232d0f1b5a303b5bac52
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/build_broken_logs.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/build_broken_logs.go b/scripts/build_broken_logs.go index 73832a65..f081f262 100644 --- a/scripts/build_broken_logs.go +++ b/scripts/build_broken_logs.go @@ -90,6 +90,10 @@ var buildBrokenSettings = []struct { "Changes.md#LOCAL_MODULE_TAGS", }, }, + { + name: "BUILD_BROKEN_USES_NETWORK", + behavior: DefaultDeprecated, + }, } type ProductBranch struct { |