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

Commit 5065176e authored by Paul Hu's avatar Paul Hu Committed by Automerger Merge Worker
Browse files

Merge "Add TetheringCommonTests" into rvc-dev am: beffdd52 am: e34689fc am: 13256ba6

Change-Id: I090048f21035e0b96fdd314f9bdfca4eee033734
parents deaad6de 13256ba6
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -14,6 +14,26 @@
// limitations under the License.
//

// Tests in this folder are included both in unit tests and CTS.
java_library {
    name: "TetheringCommonTests",
    srcs: [
        "common/**/*.java",
        "common/**/*.kt"
    ],
    static_libs: [
        "androidx.test.rules",
        "net-tests-utils",
    ],
    // TODO(b/147200698) change sdk_version to module-current and remove framework-minus-apex
    sdk_version: "core_platform",
    libs: [
        "framework-minus-apex",
        "framework-tethering",
    ],
    visibility: ["//cts/tests/tests/tethering"],
}

java_defaults {
    name: "TetheringTestsDefaults",
    srcs: [
@@ -22,6 +42,7 @@ java_defaults {
    ],
    static_libs: [
        "TetheringApiCurrentLib",
        "TetheringCommonTests",
        "androidx.test.rules",
        "frameworks-base-testutils",
        "mockito-target-extended-minus-junit4",