commit | 13420fe88f476bbffa745ee60b808b6a736823bd | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Wed Oct 09 16:28:44 2019 -0700 |
committer | Steven Moreland <smoreland@google.com> | Wed Oct 16 16:58:16 2019 -0700 |
tree | 2f1ccbb31f0baa5e8d20746ef65d4d38e2ad66dc | |
parent | e80c1db4d1ed9a68aabee941ef468c4ee37c1353 [diff] |
libhidltransport: restrict visibility It's empty, and in order to reclaim 4kb usage per product, we need to start restricting this. Bug: 135686713 Test: build (checks visibility) Change-Id: Idc979ddc124b5a3b775a2e992eaca6038047d7fc
diff --git a/Android.bp b/Android.bp index 819732d..4ff1558 100644 --- a/Android.bp +++ b/Android.bp
@@ -111,4 +111,9 @@ cc_library { name: "libhidltransport", vendor_available: true, + + visibility: [ + "//device:__subpackages__", + "//vendor:__subpackages__", + ], }