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

Commit 434fe602 authored by David Su's avatar David Su
Browse files

ConnectivityManagerTest: grant access to Wifi @hide APIs

Bug: 146513037
Test: atest ConnectivityManagerTest
Change-Id: If2a65abede0ab76b0435c252a893df9791645607
parent ff7b3326
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,6 +21,6 @@ android_test {
    static_libs: ["junit"],
    // Include all test java files.
    srcs: ["src/**/*.java"],
    platform_apis: true,
    defaults: ["framework-wifi-test-defaults"],
    certificate: "platform",
}
+2 −0
Original line number Diff line number Diff line
@@ -47,6 +47,8 @@ filegroup {
test_access_hidden_api_whitelist = [
    "//frameworks/base/wifi/tests",
    "//frameworks/opt/net/wifi/tests/wifitests:__subpackages__",

    "//frameworks/base/core/tests/ConnectivityManagerTest",
]

java_library {