mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Add compatibility_matrix.current.xml for Android Q.
HAL development is starting for Andorid Q, so we need this.
Test: m compatibility_matrix.current.xml
Test: assemble_vintf (but b/78895849)
Test: boot a Pixel device after setting its target-level to 4
and verify that the compatibility check passes, and the
file is in the correct location (system/etc/vintf) and that
the dependencies are setup properly.
Change-Id: I42426d0145a97c719092306abc4f7ce8fa2b51bd
(cherry picked from commit 2d2e2d5c05)
Merged-In: I42426d0145a97c719092306abc4f7ce8fa2b51bd
This commit is contained in:
@@ -70,6 +70,18 @@ LOCAL_KERNEL_CONFIG_DATA_PATHS := \
|
||||
|
||||
include $(BUILD_FRAMEWORK_COMPATIBILITY_MATRIX)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
include $(LOCAL_PATH)/clear_vars.mk
|
||||
LOCAL_MODULE := framework_compatibility_matrix.current.xml
|
||||
LOCAL_MODULE_STEM := compatibility_matrix.current.xml
|
||||
LOCAL_SRC_FILES := $(LOCAL_MODULE_STEM)
|
||||
LOCAL_KERNEL_CONFIG_DATA_PATHS := \
|
||||
4.4.0:$(my_kernel_config_data)/android-4.4 \
|
||||
4.9.0:$(my_kernel_config_data)/android-4.9 \
|
||||
4.14.0:$(my_kernel_config_data)/android-4.14 \
|
||||
|
||||
include $(BUILD_FRAMEWORK_COMPATIBILITY_MATRIX)
|
||||
|
||||
my_kernel_config_data :=
|
||||
|
||||
# Framework Compatibility Matrix (common to all FCM versions)
|
||||
@@ -120,6 +132,7 @@ my_system_matrix_deps := \
|
||||
framework_compatibility_matrix.1.xml \
|
||||
framework_compatibility_matrix.2.xml \
|
||||
framework_compatibility_matrix.3.xml \
|
||||
framework_compatibility_matrix.current.xml \
|
||||
framework_compatibility_matrix.device.xml
|
||||
|
||||
# Phony target that installs all framework compatibility matrix files
|
||||
|
||||
Reference in New Issue
Block a user