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

Commit 968b4674 authored by Mike Yu's avatar Mike Yu
Browse files

Fix missing libunwind symbols in resolv_integration_test

This fix is similar to aosp/1769446. resolv_integration_test can't
run on Android Q devices without adding libunwind into whole_static_libs
list.

Bug: 195395865
Test: run resolv_integration_test on Android Q devices
Change-Id: I11d9151c5495788293e7378036d239f5af1e8c57
parent a37dc7d9
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"],
}