diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index e44ff82..f9557a9 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -70,6 +70,8 @@ LZMA_RAMDISK_TARGETS := recovery TARGET_KERNEL_SOURCE := kernel/samsung/msm8226 # 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 03847a8..92b6a45 100644 --- a/matisse.mk +++ b/matisse.mk @@ -88,6 +88,13 @@ PRODUCT_COPY_FILES += \ 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) + # Soong namespaces PRODUCT_SOONG_NAMESPACES += \ $(LOCAL_PATH) @@ -97,7 +104,6 @@ PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/thermal-engine-8226.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-engine-8226.conf # Get non-open-source specific aspects -$(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_k.mk) $(call inherit-product-if-exists, vendor/samsung/matisse-common/matisse-common-vendor.mk) # common msm8226