From: Jan Altensen Date: Mon, 12 Oct 2020 21:01:55 +0000 (+0200) Subject: exynos9610: copy vndk29 libprotobuf-cpp-lite and patchelf libwvhidl X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a0d4ad4fc42829fb2b762e7e9d3da5069d0dc995;p=GitHub%2Fmoto-9609%2Fandroid_device_motorola_exynos9610-common.git exynos9610: copy vndk29 libprotobuf-cpp-lite and patchelf libwvhidl Change-Id: I22aa2e9f1bd26fe45318e9e04bcc79e6201114a3 --- diff --git a/common.mk b/common.mk index 3c22864..6402acf 100644 --- a/common.mk +++ b/common.mk @@ -278,6 +278,10 @@ PRODUCT_PACKAGES += \ android.hardware.power@1.0-impl \ android.hardware.power@1.0-service +# Protobuf +PRODUCT_COPY_FILES += \ + prebuilts/vndk/v29/arm64/arch-arm-armv8-a/shared/vndk-core/libprotobuf-cpp-lite.so:$(TARGET_COPY_OUT_VENDOR)/lib/libprotobuf-cpp-lite-v29.so + # Public Libraries PRODUCT_COPY_FILES += \ $(COMMON_PATH)/configs/public.libraries.txt:$(TARGET_COPY_OUT_VENDOR)/etc/public.libraries.txt diff --git a/extract-files.sh b/extract-files.sh index fe0a32e..d37e114 100755 --- a/extract-files.sh +++ b/extract-files.sh @@ -134,4 +134,6 @@ patchelf --remove-needed libhwbinder.so $BLOB_ROOT/vendor/lib64/vendor.samsung_s patchelf --remove-needed libhwbinder.so $BLOB_ROOT/vendor/lib64/vendor.samsung_slsi.telephony.hardware.radio@1.1.so patchelf --remove-needed libhwbinder.so $BLOB_ROOT/vendor/lib64/vendor.samsung_slsi.telephony.hardware.radioExternal@1.0.so +patchelf --replace-needed libprotobuf-cpp-lite.so libprotobuf-cpp-lite-v29.so $BLOB_ROOT/vendor/lib/libwvhidl.so + "${MY_DIR}/setup-makefiles.sh"