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

Commit ec9fba8f authored by Luke Huang's avatar Luke Huang Committed by Automerger Merge Worker
Browse files

Fix resolv_{unit,gold}_test linking problem caused by Rust libs am: 84f8101d

Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1769446

Change-Id: Ib2ce021e9d0e7241c2f41a6ff157453f03373f88
parents e37ac228 84f8101d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -397,7 +397,8 @@ rust_ffi_static {
        "liburl",
    ],
    prefer_rlib: true,

    // For unit tests to run on the Android 10 platform, libunwind must be statically linked..
    whole_static_libs: ["libunwind"],
    apex_available: [
        "//apex_available:platform",  // Needed by doh_ffi_test
        "com.android.resolv"