From 3d6495dc827c720a27b83c1feffe641f97a806fd Mon Sep 17 00:00:00 2001 From: Ravi Jain Date: Mon, 13 May 2024 08:39:54 +0000 Subject: [PATCH] Vibrator: Set Soong Config variable - kernel_ver Bug: 340148508 Test: Build and check fw files in all devices. Change-Id: I43f1a3211423abe39d8e28559440d1a8b4b94b4a --- device-bluejay.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/device-bluejay.mk b/device-bluejay.mk index 3999e04..9898ba7 100644 --- a/device-bluejay.mk +++ b/device-bluejay.mk @@ -230,6 +230,7 @@ endif PRODUCT_SHIPPING_API_LEVEL := 32 # Vibrator HAL +$(call soong_config_set,haptics,kernel_ver,v$(subst .,_,$(TARGET_LINUX_KERNEL_VERSION))) ADAPTIVE_HAPTICS_FEATURE := adaptive_haptics_v1 PRODUCT_VENDOR_PROPERTIES += \ ro.vendor.vibrator.hal.supported_primitives=243 \