diff options
author | Orion Hodson <oth@google.com> | 2019-10-31 15:23:56 +0000 |
---|---|---|
committer | Orion Hodson <oth@google.com> | 2019-11-06 07:42:38 +0000 |
commit | c7c711bb7303586e66c8c0ce18a4cc8f9d5d904c (patch) | |
tree | e4e44b517c0c127e30efcca41dfafd0a10b27464 | |
parent | 129d61b4c45ee2cf14a9ea964ec97bca1441b621 (diff) |
Remove visibility exceptions for view_compiler
Bug: 133140750
Bug: 142948359
Test: m
Change-Id: I5919f20167e98e729c8b47c1130220697ab2e00a
-rw-r--r-- | libartbase/Android.bp | 1 | ||||
-rw-r--r-- | libartpalette/Android.bp | 4 | ||||
-rw-r--r-- | libdexfile/Android.bp | 6 |
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: { |