msm8953-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 <wight554@gmail.com> Change-Id: I28222c89e1e07017867088492a726ee9d45d8e6f
This commit is contained in:
@@ -9,3 +9,5 @@ libOpenCL.so
|
|||||||
libnpu.so
|
libnpu.so
|
||||||
libhta_hexagon_runtime.so
|
libhta_hexagon_runtime.so
|
||||||
unnhal-acc-hta.so
|
unnhal-acc-hta.so
|
||||||
|
libprotobuf-cpp-full.so
|
||||||
|
libprotobuf-cpp-lite.so
|
||||||
|
|||||||
@@ -358,6 +358,11 @@ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
|
|||||||
PRODUCT_ODM_PROPERTIES += \
|
PRODUCT_ODM_PROPERTIES += \
|
||||||
ro.vendor.qti.va_odm.support=1
|
ro.vendor.qti.va_odm.support=1
|
||||||
|
|
||||||
|
# Protobuf
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
libprotobuf-cpp-full-vendorcompat \
|
||||||
|
libprotobuf-cpp-lite-vendorcompat
|
||||||
|
|
||||||
# QMI
|
# QMI
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
libjson
|
libjson
|
||||||
|
|||||||
Reference in New Issue
Block a user