From 500c5263776f47ebb56c0de844cf7975ea5b2bf0 Mon Sep 17 00:00:00 2001 From: Victor Hsieh Date: Thu, 10 Jun 2021 08:42:06 -0700 Subject: [PATCH] Add libbinder_rpc_unstable.so to linker.config.json Bug: 190547489 Bug: 189947807 Test: m Change-Id: Ibcf04c036c721720a086c74110aed8618f385dd5 --- rootdir/etc/linker.config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rootdir/etc/linker.config.json b/rootdir/etc/linker.config.json index c58f29828..d62c41dc4 100644 --- a/rootdir/etc/linker.config.json +++ b/rootdir/etc/linker.config.json @@ -11,6 +11,9 @@ "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",