From b866caa030bd9d8be25c6aa25f41f216fd0b1add Mon Sep 17 00:00:00 2001 From: Rodney Etienne Date: Mon, 1 Jul 2024 16:01:48 -0400 Subject: [PATCH] sdm710-common: Enforce vintf kernel requirements The build system enables this for shipping API level >=29 but we also want it to pass the vintf runtime checks. --- sdm710.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sdm710.mk b/sdm710.mk index ed28db0..31443d0 100644 --- a/sdm710.mk +++ b/sdm710.mk @@ -7,6 +7,8 @@ # Setup dalvik vm configs $(call inherit-product, frameworks/native/build/phone-xhdpi-6144-dalvik-heap.mk) +PRODUCT_OTA_ENFORCE_VINTF_KERNEL_REQUIREMENTS := true + # Permissions PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.audio.low_latency.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.audio.low_latency.xml \