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

Commit 8106e4e4 authored by Lorenzo Colitti's avatar Lorenzo Colitti Committed by Automerger Merge Worker
Browse files

Make NetworkStack API shims available to Tethering. am: 0ef45d4c am: 7bd1cb75

Original change: https://android-review.googlesource.com/c/platform/packages/modules/NetworkStack/+/1614992

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I4effa63f75ccaa57c437b357faf89c1523249b47
parents 0abc45ed 7bd1cb75
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -65,6 +65,10 @@ java_defaults {
        "androidx.annotation_annotation",
        "networkstack-client",
    ],
    apex_available: [
        "com.android.tethering",
        "//apex_available:platform",  // For InProcessNetworkStack and InProcessTethering
    ],
    min_sdk_version: "29",
}

@@ -141,6 +145,7 @@ java_library {
    ],
    sdk_version: "module_current",
    visibility: [
        "//packages/modules/Connectivity/Tethering",
        "//packages/modules/Connectivity/tests/cts/net",
    ],
}
@@ -159,6 +164,7 @@ java_library {
    jarjar_rules: "apishim/jarjar-rules-compat.txt",
    sdk_version: "system_30",
    visibility: [
        "//packages/modules/Connectivity/Tethering",
        "//packages/modules/Connectivity/tests/cts/net",
    ],
}