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

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

Test: Compile doh_ffi_test for both architectures and append 32/64 suffixes

As DoH coverage test builds 64-bit doh_ffi_test and run it on a
32-bit device, we compile both 32-bit and 64-bit doh_ffi_test so
TestFilePushSetup can find the file path.

Bug: 243253532
Bug: 237767883
Test: atest doh_ffi_test
Change-Id: I4fff58feae0b3342ec62986af22496b36734edfa
parent dc1fb3e9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -314,6 +314,7 @@ cc_test {
        "connectivity-mainline-presubmit-cc-defaults",
        "netd_defaults",
        "resolv_test_defaults",
        "resolv_test_mts_coverage_defaults",
    ],
    header_libs: [
        "libnetd_resolv_internal_headers",
@@ -329,7 +330,6 @@ cc_test {
    shared_libs: [
        "libnetd_client",
    ],
    compile_multilib: "first",
}

cc_defaults {