aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configs/public.libraries.txt2
-rwxr-xr-xmsm8996.mk5
2 files changed, 7 insertions, 0 deletions
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
diff --git a/msm8996.mk b/msm8996.mk
index 3d36c81..e376e64 100755
--- a/msm8996.mk
+++ b/msm8996.mk
@@ -314,6 +314,11 @@ PRODUCT_COPY_FILES += \
system/core/libprocessgroup/profiles/cgroups_28.json:$(TARGET_COPY_OUT_VENDOR)/etc/cgroups.json \
system/core/libprocessgroup/profiles/task_profiles_28.json:$(TARGET_COPY_OUT_VENDOR)/etc/task_profiles.json
+# Protobuf
+PRODUCT_PACKAGES += \
+ libprotobuf-cpp-full-vendorcompat \
+ libprotobuf-cpp-lite-vendorcompat
+
# QCOM
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/qti_whitelist.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/sysconfig/qti_whitelist.xml \