diff options
author | Liz Kammer <eakammer@google.com> | 2020-10-15 10:28:13 -0700 |
---|---|---|
committer | Anton Hansson <hansson@google.com> | 2021-02-01 11:27:33 +0000 |
commit | 622dc78b58827cce06d5abb914c7d6f27d28021c (patch) | |
tree | 32cd87d50708857964199ae8f0321d95ab1255c1 /apex/Android.bp | |
parent | 486eb760ac127c5093e9966b4aa9418eb552594e (diff) |
Correct visibility to use __pkg__
Test: m nothing
Merged-In: I2dcf7f0f24948422e0ffd4880846313a75d467d2
Change-Id: I2dcf7f0f24948422e0ffd4880846313a75d467d2
Diffstat (limited to 'apex/Android.bp')
-rw-r--r-- | apex/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apex/Android.bp b/apex/Android.bp index 74e31cc2ed85..29f7d80e322f 100644 --- a/apex/Android.bp +++ b/apex/Android.bp @@ -116,7 +116,7 @@ java_defaults { // Hide impl library and stub sources impl_library_visibility: [ - ":__package__", + ":__pkg__", "//frameworks/base", // For framework-all ], stubs_source_visibility: ["//visibility:private"], |