mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "matrix: Enforce kernel requirements in OTA only when flag is set." am: 0084639ada
am: 0e193786e8
Change-Id: Icdd6ae9a045e801806fdfd449f7d36fd8f50c7d3
This commit is contained in:
@@ -141,6 +141,10 @@ LOCAL_GEN_FILE_DEPENDENCIES += $(BUILT_VENDOR_MANIFEST)
|
||||
LOCAL_ASSEMBLE_VINTF_FLAGS += -c "$(BUILT_VENDOR_MANIFEST)"
|
||||
endif
|
||||
|
||||
ifneq ($(PRODUCT_OTA_ENFORCE_VINTF_KERNEL_REQUIREMENTS),true)
|
||||
LOCAL_ASSEMBLE_VINTF_FLAGS += --no-kernel-requirements
|
||||
endif
|
||||
|
||||
include $(BUILD_FRAMEWORK_COMPATIBILITY_MATRIX)
|
||||
BUILT_SYSTEM_MATRIX := $(LOCAL_BUILT_MODULE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user