diff options
| author | 2023-08-16 10:08:14 +0900 | |
|---|---|---|
| committer | 2023-08-16 01:19:01 +0000 | |
| commit | 83cc5ed010620ab8e9f0d53eb132a2b28650cc49 (patch) | |
| tree | 3596da7f3f70e5cfb3d5bdd41674ff47e6052757 | |
| parent | 64b1cfe27c6187bef1cdb1bea571233b318c02ff (diff) | |
libbinder_rs doesn't need libutils
This has caused unused .so files in APEXes.
Bug: 295593640
Test: m
Change-Id: I5c3ea12a8de20e811f6628c3004393f75cb75bd6
| -rw-r--r-- | libs/binder/rust/Android.bp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libs/binder/rust/Android.bp b/libs/binder/rust/Android.bp index 672d6cf5d0..57a38dc480 100644 --- a/libs/binder/rust/Android.bp +++ b/libs/binder/rust/Android.bp @@ -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", |