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

Commit eb34ebd4 authored by Mike Yu's avatar Mike Yu
Browse files

Add doh_ffi_test to mts-dnsresolver

Bug: 237767883
Test: mts-tradefed run mts-dnsresolver
Change-Id: I2d02e461e2e04c9a1f96cf5af2cda302c207e504
parent b256e8df
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -308,8 +308,10 @@ cc_test {
    name: "doh_ffi_test",
    test_suites: [
        "general-tests",
        "mts-dnsresolver",
    ],
    defaults: [
        "connectivity-mainline-presubmit-cc-defaults",
        "netd_defaults",
        "resolv_test_defaults",
    ],
@@ -327,4 +329,5 @@ cc_test {
    shared_libs: [
        "libnetd_client",
    ],
    compile_multilib: "first",
}