From 3162b9648a5f2c0dcee1cf4473a34fcc1d24d557 Mon Sep 17 00:00:00 2001 From: John Moon Date: Sat, 9 Sep 2023 13:57:38 -0700 Subject: [PATCH] Revert "ANDROID: build: Add --nocheck_bzl_visibility" This reverts commit 71e862d942c4c068518f56d6b797e9c16b41caee. After properly switching to public kleaf APIs, we no longer need to pass --nocheck_bzl_visibility to the build. Change-Id: I3ff04efd2cbebdeb176f6b67b099f7a6ff6b2fab Signed-off-by: John Moon --- build_with_bazel.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/build_with_bazel.py b/build_with_bazel.py index e28a97f22cab..2877001001e4 100755 --- a/build_with_bazel.py +++ b/build_with_bazel.py @@ -147,7 +147,6 @@ class BazelBuilder: "query", "--ui_event_filters=-info", "--noshow_progress", - "--nocheck_bzl_visibility", query, ] @@ -287,7 +286,6 @@ class BazelBuilder: self.user_opts.extend([ "--user_kmi_symbol_lists=//msm-kernel:android/abi_gki_aarch64_qcom", "--ignore_missing_projects", - "--nocheck_bzl_visibility", ]) if self.dry_run: