Put ApkVerityTest in vts-core

VTS provides rootable environment for ApkVerityTest to run.
ApkVerityTest needs to write block device to verify the failure case of
fs-verity.

Test: see ApkVerityTests and block_device_writer in `unzip -l
      out/host/linux-x86/vts-core/android-vts-core.zip`
Bug: 150641206
Change-Id: Idc71907a28f68fc873c5cac940aa706e0b79843e
This commit is contained in:
Victor Hsieh
2020-03-03 14:13:56 -08:00
parent fd2f367df6
commit e85baf47c2
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ java_test_host {
name: "ApkVerityTest",
srcs: ["src/**/*.java"],
libs: ["tradefed", "compatibility-tradefed", "compatibility-host-util"],
test_suites: ["general-tests"],
test_suites: ["general-tests", "vts-core"],
target_required: [
"block_device_writer_module",
],

View File

@@ -47,6 +47,6 @@ cc_test {
},
},
test_suites: ["general-tests", "pts"],
test_suites: ["general-tests", "pts", "vts-core"],
gtest: false,
}