From 7bdea7e56dd803419d158be3a57c6bc9422cfb4a Mon Sep 17 00:00:00 2001 From: Spandan Das Date: Thu, 15 Jun 2023 01:32:22 +0000 Subject: [PATCH] Always use the BUILD files from bazelbuild-rules_go This repository contains the core go rules Test: TH Bug: 284483729 Change-Id: I4385c84140f2e41bfa5e5cd5434a212c138f456a --- android/allowlists/allowlists.go | 1 + 1 file changed, 1 insertion(+) diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go index af97325e4..12e583c77 100644 --- a/android/allowlists/allowlists.go +++ b/android/allowlists/allowlists.go @@ -429,6 +429,7 @@ var ( // e.g. ERROR: Analysis of target '@soong_injection//mixed_builds:buildroot' failed "external/bazelbuild-rules_android":/* recursive = */ true, "external/bazelbuild-rules_license":/* recursive = */ true, + "external/bazelbuild-rules_go":/* recursive = */ true, "external/bazelbuild-kotlin-rules":/* recursive = */ true, "external/bazel-skylib":/* recursive = */ true, "external/protobuf":/* recursive = */ false,