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

Commit 566f1371 authored by Kiyoung Kim's avatar Kiyoung Kim
Browse files

Remove libbinder_rpc_unstable from system required libs

libbinder_rpc_unstable is in the list of system required libs, but the
library is already located in the system/{LIB}, and this creates link to
the self namespace. Remove libbinder_rpc_unstable from system required
libs as it doesn't make sense to have require and provide same library
in a single image.

Bug: 298333253
Test: Cuttlefish build and boot succeded
Change-Id: Idb40e1dbc1053d4882093c188a36b2cc8d86e918
parent ac758f2c
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -11,9 +11,6 @@
    "libsigchain.so",
    // TODO(b/122876336): Remove libpac.so once it's migrated to Webview
    "libpac.so",
    // TODO(b/184872979): Remove libbinder_rpc_unstable.so once stablized and
    // added to libbinder_ndk.
    "libbinder_rpc_unstable.so",
    // TODO(b/120786417 or b/134659294): libicuuc.so
    // and libicui18n.so are kept for app compat.
    "libicui18n.so",