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

Commit 170801bd 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.

Ignore-AOSP-First: Needs manual cherry-picks
Test: m
Bug: 186628461
Change-Id: I53b72fbbc010e71cf8650f462c9d68c8b0824f85
parent 699a4a73
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -228,9 +228,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",
    ],