aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Willemsen2019-04-09 12:22:43 -0500
committerDan Willemsen2019-04-09 12:23:49 -0500
commit25e6f09c060fb354839531a15c6ade4dc72e7c58 (patch)
tree6c54f6c2952ea866c7c6529e419aca892ecbe19d /scripts
parentad459bb8db7c760bcbe0ba4166b90f3a12312c84 (diff)
downloadplatform-build-soong-25e6f09c060fb354839531a15c6ade4dc72e7c58.tar.gz
platform-build-soong-25e6f09c060fb354839531a15c6ade4dc72e7c58.tar.xz
platform-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.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 {
90 "Changes.md#LOCAL_MODULE_TAGS", 90 "Changes.md#LOCAL_MODULE_TAGS",
91 }, 91 },
92 }, 92 },
93 {
94 name: "BUILD_BROKEN_USES_NETWORK",
95 behavior: DefaultDeprecated,
96 },
93} 97}
94 98
95type ProductBranch struct { 99type ProductBranch struct {