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

Commit 04fa6c44 authored by Bill Yang's avatar Bill Yang
Browse files

Add missing test deps for resolv_integration_test

Running resolv_integration_test requires DisableConfigSyncTargetPreparer
provided by 'net-tests-utils-host-common'; however, it is not a de-facto
libraiy for Tradefed and causes missing the preparer. This change is to
define the dependnecies to make the host jar available for running
resolv_integration_test successfully.

Bug: 260866419
Test: m clean ; atest resolv_integration_test
Change-Id: I25be006a07b748c4eb4e016486d84b7455667b55
parent 37d7b4cc
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -219,6 +219,12 @@ cc_test {
            suffix: "64",
        },
    },
    // 'resolv_integration_test' used DisableConfigSyncTargetPreparer provided
    // by net-tests-utils-host-common; adding it to make the host jar available
    // after the build process.
    host_required: [
        "net-tests-utils-host-common",
    ]
}

cc_test {