From b2d86af9398971a8a658146dbf0d15a312ba021c Mon Sep 17 00:00:00 2001 From: Victor Hsieh Date: Thu, 10 Jun 2021 09:54:11 -0700 Subject: [PATCH] Add libbinder_rpc_unstable to system image Bug: 190547489 Bug: 189947807 Test: m Change-Id: Ib3b1d10e6f09de54966ab6c02f170b0feef17241 --- target/product/base_system.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/target/product/base_system.mk b/target/product/base_system.mk index 7e4c5ef476..de3d63da77 100644 --- a/target/product/base_system.mk +++ b/target/product/base_system.mk @@ -128,6 +128,7 @@ PRODUCT_PACKAGES += \ libaudioeffect_jni \ libbinder \ libbinder_ndk \ + libbinder_rpc_unstable \ libc.bootstrap \ libcamera2ndk \ libcutils \