summaryrefslogtreecommitdiff
path: root/apex/Android.bp
diff options
context:
space:
mode:
authorLiz Kammer <eakammer@google.com>2020-10-15 10:28:13 -0700
committerLiz Kammer <eakammer@google.com>2020-10-15 10:28:46 -0700
commit09e4eb17ba12105bd7a88ebb4599d37dec0cecc4 (patch)
tree32744afcc85a0da99583dd479e4b2581b4744787 /apex/Android.bp
parentda2ce9eae8eadb615f2182bd9086203f1eea9388 (diff)
Correct visibility to use __pkg__
Test: m nothing Change-Id: I2dcf7f0f24948422e0ffd4880846313a75d467d2
Diffstat (limited to 'apex/Android.bp')
-rw-r--r--apex/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/apex/Android.bp b/apex/Android.bp
index a5e2b4a5b707..cabed3b44d41 100644
--- a/apex/Android.bp
+++ b/apex/Android.bp
@@ -107,7 +107,7 @@ java_defaults {
// Hide impl library and stub sources
impl_library_visibility: [
- ":__package__",
+ ":__pkg__",
"//frameworks/base", // For framework-all
],
stubs_source_visibility: ["//visibility:private"],