summaryrefslogtreecommitdiff
path: root/wifi
diff options
context:
space:
mode:
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,