summaryrefslogtreecommitdiff
path: root/wifi
diff options
context:
space:
mode:
authorAnton Hansson <hansson@google.com>2020-09-07 09:02:10 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-09-07 09:02:10 +0000
commit476209a6c66513964b79411d8acb047abebcbe15 (patch)
tree60c39689037d98556ea18506dd3a8439d74be4ee /wifi
parenta7ce7c2beafcc3f0efbeac251895669b08bc7704 (diff)
parent0dc6f2375d3600279e3eee104235ce1023fa12ce (diff)
Merge "Simplify module visibility post build refactor" into stage-aosp-master am: 1d35b7bc24 am: 0dc6f2375d
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12513172 Change-Id: Ibdfa0189a9b7608dfcfe3a40ed3fd84150372c19
Diffstat (limited to 'wifi')
-rw-r--r--wifi/Android.bp4
1 files changed, 0 insertions, 4 deletions
diff --git a/wifi/Android.bp b/wifi/Android.bp
index 02616aff2a3f..1cc5073c5f71 100644
--- a/wifi/Android.bp
+++ b/wifi/Android.bp
@@ -130,12 +130,8 @@ java_sdk_library {
},
hostdex: true, // for hiddenapi check
- // Allow access to the stubs from anywhere.
- visibility: ["//visibility:public"],
-
// Restrict access to implementation library.
impl_library_visibility: [
- "//visibility:override", // Ignore the visibility property.
"//frameworks/opt/net/wifi/service:__subpackages__",
] + test_access_hidden_api_whitelist,