Revert "ANDROID: build: Add --nocheck_bzl_visibility"
This reverts commit 71e862d942
.
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 <quic_johmoo@quicinc.com>
This commit is contained in:
parent
787b33600b
commit
3162b9648a
@ -147,7 +147,6 @@ class BazelBuilder:
|
|||||||
"query",
|
"query",
|
||||||
"--ui_event_filters=-info",
|
"--ui_event_filters=-info",
|
||||||
"--noshow_progress",
|
"--noshow_progress",
|
||||||
"--nocheck_bzl_visibility",
|
|
||||||
query,
|
query,
|
||||||
]
|
]
|
||||||
|
|
||||||
@ -287,7 +286,6 @@ class BazelBuilder:
|
|||||||
self.user_opts.extend([
|
self.user_opts.extend([
|
||||||
"--user_kmi_symbol_lists=//msm-kernel:android/abi_gki_aarch64_qcom",
|
"--user_kmi_symbol_lists=//msm-kernel:android/abi_gki_aarch64_qcom",
|
||||||
"--ignore_missing_projects",
|
"--ignore_missing_projects",
|
||||||
"--nocheck_bzl_visibility",
|
|
||||||
])
|
])
|
||||||
|
|
||||||
if self.dry_run:
|
if self.dry_run:
|
||||||
|
Loading…
Reference in New Issue
Block a user