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

Commit e4f6fa69 authored by Christopher Ferris's avatar Christopher Ferris Committed by android-build-merger
Browse files

Merge "Move to new isolation test runner."

am: d87a79a9

Change-Id: Icdda931c0807d43fde1a6b7fa44a6af5306efeb9
parents 76eaa352 d87a79a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,6 +52,7 @@ cc_library {

cc_test {
    name: "minadbd_test",
    isolated: true,

    defaults: [
        "minadbd_defaults",
@@ -64,7 +65,6 @@ cc_test {
    static_libs: [
        "libminadbd_services",
        "libadbd",
        "libBionicGtestMain",
    ],

    shared_libs: [
+4 −7
Original line number Diff line number Diff line
@@ -99,6 +99,7 @@ librecovery_static_libs = [

cc_test {
    name: "recovery_unit_test",
    isolated: true,

    defaults: [
        "recovery_test_defaults",
@@ -117,7 +118,6 @@ cc_test {
        "libotautil",
        "libupdater",
        "libgtest_prod",
        "libBionicGtestMain",
    ],

    data: ["testdata/*"],
@@ -125,6 +125,7 @@ cc_test {

cc_test {
    name: "recovery_manual_test",
    isolated: true,

    defaults: [
        "recovery_test_defaults",
@@ -135,14 +136,11 @@ cc_test {
    srcs: [
        "manual/recovery_test.cpp",
    ],

    static_libs: [
        "libBionicGtestMain",
    ],
}

cc_test {
    name: "recovery_component_test",
    isolated: true,

    defaults: [
        "recovery_test_defaults",
@@ -159,7 +157,6 @@ cc_test {
        "libupdater",
        "libupdate_verifier",
        "libprotobuf-cpp-lite",
        "libBionicGtestMain",
    ],

    data: [
@@ -170,6 +167,7 @@ cc_test {

cc_test_host {
    name: "recovery_host_test",
    isolated: true,

    defaults: [
        "recovery_test_defaults",
@@ -193,7 +191,6 @@ cc_test_host {
        "libdivsufsort64",
        "libdivsufsort",
        "libz",
        "libBionicGtestMain",
    ],

    data: ["testdata/*"],