Merge "Attempt to make libavb test working in CI" am: a28b67e9b6 am: 828430e7e7
Original change: https://android-review.googlesource.com/c/platform/system/core/+/1557214 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I5c33777bb5c24a6aff8737e657753a221eb07614
This commit is contained in:
commit
09e9c71300
1 changed files with 15 additions and 0 deletions
|
|
@ -91,12 +91,19 @@ cc_test_host {
|
|||
name: "libfs_avb_test",
|
||||
defaults: ["libfs_avb_host_test_defaults"],
|
||||
test_suites: ["general-tests"],
|
||||
test_options: {
|
||||
unit_test: true,
|
||||
},
|
||||
static_libs: [
|
||||
"libfs_avb_test_util",
|
||||
],
|
||||
shared_libs: [
|
||||
"libcrypto",
|
||||
],
|
||||
data: [
|
||||
":avbtool",
|
||||
":fec",
|
||||
],
|
||||
srcs: [
|
||||
"tests/basic_test.cpp",
|
||||
"tests/fs_avb_test.cpp",
|
||||
|
|
@ -108,9 +115,17 @@ cc_test_host {
|
|||
name: "libfs_avb_internal_test",
|
||||
defaults: ["libfs_avb_host_test_defaults"],
|
||||
test_suites: ["general-tests"],
|
||||
test_options: {
|
||||
unit_test: true,
|
||||
},
|
||||
static_libs: [
|
||||
"libfs_avb_test_util",
|
||||
],
|
||||
compile_multilib: "first",
|
||||
data: [
|
||||
":avbtool",
|
||||
":fec",
|
||||
],
|
||||
srcs: [
|
||||
"avb_util.cpp",
|
||||
"util.cpp",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue