Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4c5bab63 authored by David Su's avatar David Su
Browse files

Robolectric shadows: grant access to @hide Wifi APIs

Robolectric can continue to use @hide APIs from
Mainline modules.

Bug: 138801922
Test: m Robolectric_shadows_framework
Change-Id: I331a61d337ec5fe021dfb3e4c9b7246267051517
parent fa083fdc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -48,6 +48,7 @@ test_access_hidden_api_whitelist = [
    "//frameworks/opt/net/wifi/tests/wifitests:__subpackages__",

    "//frameworks/opt/net/wifi/libs/WifiTrackerLib/tests",
    "//external/robolectric-shadows:__subpackages__",
]

java_library {