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.
This commit is contained in:
Rodney Etienne
2024-07-01 16:01:48 -04:00
parent 4a7fc9dba5
commit b866caa030

View File

@@ -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 \