diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index f2cb288..b6448bc 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -59,6 +59,8 @@ TARGET_KERNEL_SOURCE := kernel/samsung/msm8226 TARGET_INIT_VENDOR_LIB := libinit_matisse # Legacy BLOB Support +TARGET_LD_SHIM_LIBS += \ + /system/vendor/lib/libperipheral_client.so|libshim_binder.so TARGET_PROCESS_SDK_VERSION_OVERRIDE += \ /system/bin/mediaserver=22 \ /system/vendor/bin/mm-qcamera-daemon=22 \ diff --git a/matisse.mk b/matisse.mk index 4892c9e..f3fd68c 100644 --- a/matisse.mk +++ b/matisse.mk @@ -91,6 +91,10 @@ PRODUCT_PACKAGES += \ PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/sensors/_hals.conf:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/_hals.conf +# Shims +PRODUCT_PACKAGES += \ + libshim_binder + # Shipping API level $(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_k.mk)