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

Commit 6b9e421b authored by Mike Yu's avatar Mike Yu Committed by Automerger Merge Worker
Browse files

Fix missing libunwind symbols in resolv_integration_test am: 968b4674 am: 71666446

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

Change-Id: I07edbf0657fd86fdd371b9b75a686674e339673f
parents e17eadc7 71666446
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -24,4 +24,7 @@ rust_ffi_static {
        "libtokio",
        "libbase64_rust",
    ],

    // TODO(b/194022174): this is a workaround for resolv_integration_test to run on Q devices.
    whole_static_libs: ["libunwind"],
}