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

Commit d94ad8bf authored by Hai Shalom's avatar Hai Shalom
Browse files

DO NOT MERGE Disable the NetworkStackNext and NetworkStackNextTests

Disable the NetworkStackNext and NetworkStackNextTests targets in
mainline-prod. They're technically not needed in mainline-prod since
we don't ship them, and the new API is only used in these.

Bug: 175609674
Test: Compiles
Ignore-AOSP-First: Isolated change to mainline-prod
Change-Id: Id0ed6e5b2eda50fcf7be2b1209f7a3d1a5a25c9f
parent 7f7a48b9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -199,6 +199,7 @@ android_app {
    manifest: "AndroidManifest_Next.xml",
    // The permission configuration *must* be included to ensure security of the device
    required: ["NetworkPermissionConfig"],
    enabled: false, // Disabled in mainline-prod
}

// Updatable network stack for finalized API
+1 −0
Original line number Diff line number Diff line
@@ -54,6 +54,7 @@ android_test {
    defaults: ["NetworkStackTestsDefaults"],
    static_libs: ["NetworkStackApiCurrentLib"],
    compile_multilib: "both", // Workaround for b/147785146 for mainline-presubmit
    enabled: false, // Disabled in mainline-prod
}

// Library containing the unit tests. This is used by the coverage test target to pull in the