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

Commit 9906d1a6 authored by Ellen Arteca's avatar Ellen Arteca Committed by Automerger Merge Worker
Browse files

Merge "Adding libc++ explicitly to the shared libraries of rust-only tests"...

Merge "Adding libc++ explicitly to the shared libraries of rust-only tests" into main am: 7c2967fb am: 652cc33d

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



Change-Id: I80a59bcd8a56f4ab933c0e4247ac4e0e09ae6800
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 02f3f977 652cc33d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -445,6 +445,7 @@ rust_test {
    auto_gen_config: true,
    rustlibs: doh_rust_deps + ["libquiche_static"],
    min_sdk_version: "30",
    shared_libs: ["libc++"],
}

// It's required by unit tests.