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

Commit 07e913e8 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove dependencies on the 1-variant fallback" into main

parents 3aa27b09 09c18c17
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ java_test_host {
        "src/**/PermissiveMteTest.java",
        ":libtombstone_proto-src",
    ],
    data: [":mte_crash"],
    device_first_data: [":mte_crash"],
    test_config: "AndroidTest.xml",
    test_suites: ["general-tests"],
}
+22 −13
Original line number Diff line number Diff line
@@ -33,9 +33,18 @@ cc_binary {
java_test_host {
    name: "mte_upgrade_test",
    libs: ["tradefed"],
    static_libs: ["frameworks-base-hostutils", "cts-install-lib-host"],
    srcs:  ["src/**/MteUpgradeTest.java", ":libtombstone_proto-src"],
    data: [":mte_upgrade_test_helper", "mte_upgrade_test.rc" ],
    static_libs: [
        "frameworks-base-hostutils",
        "cts-install-lib-host",
    ],
    srcs: [
        "src/**/MteUpgradeTest.java",
        ":libtombstone_proto-src",
    ],
    device_first_data: [
        ":mte_upgrade_test_helper",
        "mte_upgrade_test.rc",
    ],
    test_config: "AndroidTest.xml",
    test_suites: ["general-tests"],
}