diff options
Diffstat (limited to 'msm8996.mk')
-rwxr-xr-x | msm8996.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -33,6 +33,8 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/non_ab_device.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) +PRODUCT_OTA_ENFORCE_VINTF_KERNEL_REQUIREMENTS := true + # Overlays DEVICE_PACKAGE_OVERLAYS += \ $(LOCAL_PATH)/overlay \ |