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

Commit 6dd61ea7 authored by David Duarte's avatar David Duarte Committed by Automerger Merge Worker
Browse files

Merge "Set java tests min_sdk_version to Tiramisu to run U MTS on T" am: 5bca1ba6

parents ec455e98 5bca1ba6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ java_defaults {
    name: "BluetoothInstrumentationTestsDefaults",
    defaults: ["framework-bluetooth-tests-defaults"],

    min_sdk_version: "current",
    min_sdk_version: "Tiramisu",
    target_sdk_version: "current",
    libs: [
        "javax.obex",
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ android_test {

    defaults: ["framework-bluetooth-tests-defaults"],

    min_sdk_version: "current",
    min_sdk_version: "Tiramisu",
    target_sdk_version: "current",

    // Include all test java files.
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ android_test {
    compile_multilib: "both",
    certificate: ":com.android.bluetooth.certificate",

    min_sdk_version: "current",
    min_sdk_version: "Tiramisu",

    test_suites: [
        "general-tests",