Remove visibility exceptions for view_compiler
Bug: 133140750
Bug: 142948359
Test: m
Change-Id: I5919f20167e98e729c8b47c1130220697ab2e00a
diff --git a/libartbase/Android.bp b/libartbase/Android.bp
index e9b1143..d8cf123 100644
--- a/libartbase/Android.bp
+++ b/libartbase/Android.bp
@@ -168,7 +168,6 @@
defaults: ["libartbase_defaults"],
visibility: [
// TODO(b/133140750): Clean this up.
- "//frameworks/base/startop/view_compiler",
"//packages/modules/NetworkStack/tests:__subpackages__",
],
diff --git a/libartpalette/Android.bp b/libartpalette/Android.bp
index ef14016..0a45b88 100644
--- a/libartpalette/Android.bp
+++ b/libartpalette/Android.bp
@@ -63,10 +63,6 @@
art_cc_library {
name: "libartpalette",
defaults: ["libartpalette_defaults"],
- visibility: [
- // TODO(b/133140750): Clean this up.
- "//frameworks/base/startop/view_compiler",
- ],
required: ["libartpalette-system"], // libartpalette.so dlopen()'s libartpalette-system.
header_libs: ["libbase_headers"],
target: {
diff --git a/libdexfile/Android.bp b/libdexfile/Android.bp
index 554e17b..a08f89f 100644
--- a/libdexfile/Android.bp
+++ b/libdexfile/Android.bp
@@ -110,8 +110,6 @@
],
defaults_visibility: [
"//art:__subpackages__",
- // TODO(b/133140750): Clean this up.
- "//frameworks/base/startop/view_compiler",
],
static_libs: ["libdexfile"],
}
@@ -143,10 +141,6 @@
art_cc_library {
name: "libdexfile",
defaults: ["libdexfile_defaults"],
- visibility: [
- // TODO(b/133140750): Clean this up.
- "//frameworks/base/startop/view_compiler",
- ],
// Leave the symbols in the shared library so that stack unwinders can
// produce meaningful name resolution.
strip: {