commit | 09e4eb17ba12105bd7a88ebb4599d37dec0cecc4 | [log] [tgz] |
---|---|---|
author | Liz Kammer <eakammer@google.com> | Thu Oct 15 10:28:13 2020 -0700 |
committer | Liz Kammer <eakammer@google.com> | Thu Oct 15 10:28:46 2020 -0700 |
tree | 32744afcc85a0da99583dd479e4b2581b4744787 | |
parent | da2ce9eae8eadb615f2182bd9086203f1eea9388 [diff] [blame] |
Correct visibility to use __pkg__ Test: m nothing Change-Id: I2dcf7f0f24948422e0ffd4880846313a75d467d2
diff --git a/apex/Android.bp b/apex/Android.bp index a5e2b4a..cabed3b 100644 --- a/apex/Android.bp +++ b/apex/Android.bp
@@ -107,7 +107,7 @@ // Hide impl library and stub sources impl_library_visibility: [ - ":__package__", + ":__pkg__", "//frameworks/base", // For framework-all ], stubs_source_visibility: ["//visibility:private"],