aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2019-04-09 10:22:43 -0700
committerDan Willemsen <dwillemsen@google.com>2019-04-09 21:52:45 -0700
commit479465691f305b402aa3cf65cc092fcd985fa0cf (patch)
treeddc25b5f739d5f1e770ae5b5b3e78a42e3046de8 /scripts
parentb50472745327801bfcfee85c75df6c35159c82bb (diff)
downloadbuild_soong-479465691f305b402aa3cf65cc092fcd985fa0cf.tar.gz
build_soong-479465691f305b402aa3cf65cc092fcd985fa0cf.tar.bz2
build_soong-479465691f305b402aa3cf65cc092fcd985fa0cf.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 Merged-In: Ifb967c656aa24c4599e7232d0f1b5a303b5bac52 (cherry picked from commit 25e6f09c060fb354839531a15c6ade4dc72e7c58)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/build_broken_logs.go4
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 {