commit | 622dc78b58827cce06d5abb914c7d6f27d28021c | [log] [tgz] |
---|---|---|
author | Liz Kammer <eakammer@google.com> | Thu Oct 15 10:28:13 2020 -0700 |
committer | Anton Hansson <hansson@google.com> | Mon Feb 01 11:27:33 2021 +0000 |
tree | 32cd87d50708857964199ae8f0321d95ab1255c1 | |
parent | 486eb760ac127c5093e9966b4aa9418eb552594e [diff] |
Correct visibility to use __pkg__ Test: m nothing Merged-In: I2dcf7f0f24948422e0ffd4880846313a75d467d2 Change-Id: I2dcf7f0f24948422e0ffd4880846313a75d467d2
diff --git a/apex/Android.bp b/apex/Android.bp index 74e31cc..29f7d80 100644 --- a/apex/Android.bp +++ b/apex/Android.bp
@@ -116,7 +116,7 @@ // Hide impl library and stub sources impl_library_visibility: [ - ":__package__", + ":__pkg__", "//frameworks/base", // For framework-all ], stubs_source_visibility: ["//visibility:private"],