summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libartbase/Android.bp1
-rw-r--r--libartpalette/Android.bp4
-rw-r--r--libdexfile/Android.bp6
3 files changed, 0 insertions, 11 deletions
diff --git a/libartbase/Android.bp b/libartbase/Android.bp
index e9b114319b..d8cf12366b 100644
--- a/libartbase/Android.bp
+++ b/libartbase/Android.bp
@@ -168,7 +168,6 @@ art_cc_library {
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 ef140168db..0a45b8880b 100644
--- a/libartpalette/Android.bp
+++ b/libartpalette/Android.bp
@@ -63,10 +63,6 @@ art_cc_library {
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 554e17b18f..a08f89faa6 100644
--- a/libdexfile/Android.bp
+++ b/libdexfile/Android.bp
@@ -110,8 +110,6 @@ cc_defaults {
],
defaults_visibility: [
"//art:__subpackages__",
- // TODO(b/133140750): Clean this up.
- "//frameworks/base/startop/view_compiler",
],
static_libs: ["libdexfile"],
}
@@ -143,10 +141,6 @@ gensrcs {
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: {