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

Commit e665c0ae authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Delete fiemap_image_test_presubmit" am: 4b3229b2 am: f0461b29 am: 528edca9

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1393701

Change-Id: Ia4dbc329fa6f6b532cce6e2e24c2a716f614743f
parents 2a8fc44e 528edca9
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -7,7 +7,7 @@
      "name": "liblp_test"
      "name": "liblp_test"
    },
    },
    {
    {
      "name": "fiemap_image_test_presubmit"
      "name": "fiemap_image_test"
    },
    },
    {
    {
      "name": "fiemap_writer_test"
      "name": "fiemap_writer_test"
+0 −27
Original line number Original line Diff line number Diff line
@@ -110,30 +110,3 @@ cc_test {
    auto_gen_config: true,
    auto_gen_config: true,
    require_root: true,
    require_root: true,
}
}

/* BUG(148874852) temporary test */
cc_test {
    name: "fiemap_image_test_presubmit",
    cppflags: [
        "-DSKIP_TEST_IN_PRESUBMIT",
    ],
    static_libs: [
        "libcrypto_utils",
        "libdm",
        "libext4_utils",
        "libfs_mgr",
        "liblp",
    ],
    shared_libs: [
        "libbase",
        "libcrypto",
        "libcutils",
        "liblog",
    ],
    srcs: [
        "image_test.cpp",
    ],
    test_suites: ["device-tests"],
    auto_gen_config: true,
    require_root: true,
}