Skip to content
Snippets Groups Projects
Commit 094ed08c authored by ix5's avatar ix5 Committed by Dhina17
Browse files

onclite: 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: default avatarVolodymyr Zhdanov <wight554@gmail.com>
Change-Id: Idf16c3b0368bb4974b62ca0e2f2c5b0ccd425447
parent e3f65448
No related branches found
No related tags found
No related merge requests found
...@@ -5,3 +5,5 @@ libsdsprpc.so ...@@ -5,3 +5,5 @@ libsdsprpc.so
libfastcvopt.so libfastcvopt.so
liblistensoundmodel2.so liblistensoundmodel2.so
libOpenCL.so libOpenCL.so
libprotobuf-cpp-full.so
libprotobuf-cpp-lite.so
...@@ -300,6 +300,11 @@ PRODUCT_COPY_FILES += \ ...@@ -300,6 +300,11 @@ PRODUCT_COPY_FILES += \
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
libjson libjson
# Protobuf
PRODUCT_PACKAGES += \
libprotobuf-cpp-full-vendorcompat \
libprotobuf-cpp-lite-vendorcompat
# QTI # QTI
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
libqti_vndfwk_detect.vendor libqti_vndfwk_detect.vendor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment