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 /libartpalette | |
parent | 129d61b4c45ee2cf14a9ea964ec97bca1441b621 (diff) |
Remove visibility exceptions for view_compiler
Bug: 133140750
Bug: 142948359
Test: m
Change-Id: I5919f20167e98e729c8b47c1130220697ab2e00a
Diffstat (limited to 'libartpalette')
-rw-r--r-- | libartpalette/Android.bp | 4 |
1 files changed, 0 insertions, 4 deletions
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: { |