From 0a2e38ca6a85947ee53e8e2e9c7f75823fdb6636 Mon Sep 17 00:00:00 2001 From: ix5 Date: Wed, 29 Apr 2020 21:08:37 +0200 Subject: msm8996-common: Add protobuf vendorcompat lib Our blobs are compiled against libprotobuf-full-cpp.so, but starting in R, Android is using a versioned naming approach, e.g. libprotobuf-cpp-full-3.9.1.so. See https://r.android.com/1109518 The entry in public.libraries.txt is needed to allow the linker to find and use the lib outside the VNDK. See https://source.android.com/devices/tech/config/namespaces_libraries [wight554: added libprotobuf-cpp-lite as well] Signed-off-by: Volodymyr Zhdanov Change-Id: I28222c89e1e07017867088492a726ee9d45d8e6f --- configs/public.libraries.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configs/public.libraries.txt') diff --git a/configs/public.libraries.txt b/configs/public.libraries.txt index 1b8eb7e..6e00edf 100644 --- a/configs/public.libraries.txt +++ b/configs/public.libraries.txt @@ -1,3 +1,5 @@ libadsprpc.so libOpenCL.so +libprotobuf-cpp-full.so +libprotobuf-cpp-lite.so libqti-perfd-client.so -- cgit v1.2.3