From 566f1371e4d6ee2b7bc2d027c93d51d08e8b5c20 Mon Sep 17 00:00:00 2001 From: Kiyoung Kim Date: Wed, 27 Sep 2023 10:02:23 +0900 Subject: [PATCH] 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 --- rootdir/etc/linker.config.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/rootdir/etc/linker.config.json b/rootdir/etc/linker.config.json index 47f77b198..d72ac6681 100644 --- a/rootdir/etc/linker.config.json +++ b/rootdir/etc/linker.config.json @@ -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",