From 7b22c4e86d423734775cb8e0ee9a38db187d1d73 Mon Sep 17 00:00:00 2001 From: Volodymyr Zhdanov Date: Wed, 16 Sep 2020 11:35:20 +0300 Subject: [PATCH] sm6250-common: build libhidltransport and libhwbinder * also their vendor variants * for q blobs compatibility --- common.mk | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/common.mk b/common.mk index afe5d50..1829756 100644 --- a/common.mk +++ b/common.mk @@ -107,6 +107,12 @@ PRODUCT_PACKAGES += \ android.hidl.manager@1.0 \ android.hidl.manager@1.0_system +PRODUCT_PACKAGES += \ + libhidltransport \ + libhidltransport.vendor \ + libhwbinder \ + libhwbinder.vendor + # Init scripts PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/rootdir/etc/init.qcom.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/init.qcom.rc \