Merge "Delete fiemap_image_test_presubmit" am: 4b3229b216 am: f0461b29d8

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

Change-Id: Ic54f32b0f09092bb230bc9d658522c1cdb49473e
This commit is contained in:
Treehugger Robot 2020-08-07 03:01:28 +00:00 committed by Automerger Merge Worker
commit 528edca935
2 changed files with 1 additions and 28 deletions

View file

@ -7,7 +7,7 @@
"name": "liblp_test"
},
{
"name": "fiemap_image_test_presubmit"
"name": "fiemap_image_test"
},
{
"name": "fiemap_writer_test"

View file

@ -110,30 +110,3 @@ cc_test {
auto_gen_config: 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,
}