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

Commit aa3b5d94 authored by Victor Hsieh's avatar Victor Hsieh
Browse files

Add missing test dependencies for ApkVerityTest

By keeping block_device_writer_module in target_required, it avoids
build error of "missing variant: os:linux_glibc, arch:common", while
the test still run on forrest.

Test: forrest
Test: lunch flame-eng; atest ApkVerityTest
Test: lunch aosp_x86_64-eng; m ApkVerityTest
Bug: 112039386
Change-Id: I9cfa0928941b008e23c2a32bb47dae5369bd3201
parent aa22ba6b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,14 +19,14 @@ java_test_host {
    test_suites: ["general-tests"],
    target_required: [
        "block_device_writer_module",
        "ApkVerityTestApp",
        "ApkVerityTestAppSplit",
    ],
    data: [
        ":ApkVerityTestCertDer",
        ":ApkVerityTestApp",
        ":ApkVerityTestAppFsvSig",
        ":ApkVerityTestAppDm",
        ":ApkVerityTestAppDmFsvSig",
        ":ApkVerityTestAppSplit",
        ":ApkVerityTestAppSplitFsvSig",
        ":ApkVerityTestAppSplitDm",
        ":ApkVerityTestAppSplitDmFsvSig",