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

Commit 83cc5ed0 authored by Jooyung Han's avatar Jooyung Han
Browse files

libbinder_rs doesn't need libutils

This has caused unused .so files in APEXes.

Bug: 295593640
Test: m
Change-Id: I5c3ea12a8de20e811f6628c3004393f75cb75bd6
parent 64b1cfe2
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -11,9 +11,6 @@ rust_library {
    name: "libbinder_rs",
    crate_name: "binder",
    srcs: ["src/lib.rs"],
    shared_libs: [
        "libutils",
    ],
    rustlibs: [
        "libbinder_ndk_sys",
        "libdowncast_rs",