From 9abdfa8c4b7fc267ef7fef04cc3858657a733bf6 Mon Sep 17 00:00:00 2001 From: Volodymyr Zhdanov Date: Wed, 16 Sep 2020 11:38:18 +0300 Subject: [PATCH] sm6250-common: copy libhidlcache from vndk 29 * needed by vendor.xiaomi.hardware.misys@3.0-service --- common.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/common.mk b/common.mk index 1829756..7026a03 100644 --- a/common.mk +++ b/common.mk @@ -231,6 +231,10 @@ PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.usb.accessory.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.usb.accessory.xml \ frameworks/native/data/etc/android.hardware.usb.host.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.usb.host.xml +# VNDK +PRODUCT_COPY_FILES += \ + prebuilts/vndk/v29/arm64/arch-arm64-armv8-a/shared/vndk-core/libhidlcache.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libhidlcache.so + # Vulkan PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.vulkan.compute-0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vulkan.compute.xml \