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

Commit f8d9765e authored by Julien Desprez's avatar Julien Desprez
Browse files

Attempt to make libavb test working in CI

Test: presubmit
Bug: 178215452
Change-Id: I82d847e05a2fddf3037a8f97793e24a593230ba7
parent c7e586a7
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -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",