summaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2019-09-05 15:08:41 -0700
committerSteven Moreland <smoreland@google.com>2019-09-05 15:11:22 -0700
commitc6df5654d63f10cc6b76400ded695b59b05ae19f (patch)
tree9acc24aa2b8b05d831a8ea8819a412342367274f /base
parent5a993e8c61368848b087e0b0bacca8d257c909fe (diff)
downloadlibhidl-c6df5654d63f10cc6b76400ded695b59b05ae19f.tar.gz
Enforce visibility for internal libs.
Bug: 135686713 Test: try using these elsewhere Change-Id: I64a85f744230536a0c362138ad1aa71f19f58c01
Diffstat (limited to 'base')
-rw-r--r--base/Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/base/Android.bp b/base/Android.bp
index 8fe2702..0bc3af0 100644
--- a/base/Android.bp
+++ b/base/Android.bp
@@ -53,4 +53,6 @@ cc_library {
cflags: ["-DLIBHIDL_TARGET_DEBUGGABLE"],
},
},
+
+ visibility: ["//system/libhidl:__subpackages__"],
}