From 25e6f09c060fb354839531a15c6ade4dc72e7c58 Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Tue, 9 Apr 2019 10:22:43 -0700 Subject: 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 --- scripts/build_broken_logs.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scripts') 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 { -- cgit v1.2.3