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

Commit b01e719b authored by Remi NGUYEN VAN's avatar Remi NGUYEN VAN
Browse files

Add visibility for packages/Connectivity tests

The tests are moved from frameworks/base/tests/net to
frameworks/base/packages/Connectivity/tests, so they can be moved to
packages/modules/Connectivity/tests together with the rest of the
module.

Add visibility for the new locations.

Test: m
Bug: 186628461
Merged-In: I53b72fbbc010e71cf8650f462c9d68c8b0824f85
(clean cherry-pick)

Change-Id: I53b72fbbc010e71cf8650f462c9d68c8b0824f85
parent 01e4fa96
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -235,9 +235,11 @@ android_library {
    static_libs: ["NetworkStackApiStableShims"],
    manifest: "AndroidManifestBase.xml",
    visibility: [
        "//frameworks/base/packages/Connectivity/tests/integration",
        "//frameworks/base/tests/net/integration",
        "//packages/modules/Connectivity/Tethering/tests/integration",
        "//packages/modules/Connectivity/tests/cts/net",
        "//packages/modules/Connectivity/tests/integration",
        "//packages/modules/NetworkStack/tests/unit",
        "//packages/modules/NetworkStack/tests/integration",
    ],