summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 73bfa71)
raw | patch | inline | side by side (parent: 73bfa71)
author | Yifan Hong <elsk@google.com> | |
Wed, 16 May 2018 18:07:28 +0000 (11:07 -0700) | ||
committer | Yifan Hong <elsk@google.com> | |
Wed, 16 May 2018 18:07:28 +0000 (11:07 -0700) |
These are the P requirements of kernel versions:
4.4.107, 4.9.84, 4.14.40.
Test: build and manual inspection of matrices
Test: boots
Test: vts_treble_vintf_test
Change-Id: Ic3cec1395e960000b70c6e001aa4981a9ffcd8c6
Fixes: 72409164
4.4.107, 4.9.84, 4.14.40.
Test: build and manual inspection of matrices
Test: boots
Test: vts_treble_vintf_test
Change-Id: Ic3cec1395e960000b70c6e001aa4981a9ffcd8c6
Fixes: 72409164
compatibility_matrices/Android.mk | patch | blob | history |
index 8904c6852f91e7bd413d8c36725fa64df749f5a0..86fe00dd23a28b85101292a3a04286f52f3942c6 100644 (file)
LOCAL_MODULE_STEM := compatibility_matrix.3.xml
LOCAL_SRC_FILES := $(LOCAL_MODULE_STEM)
LOCAL_KERNEL_CONFIG_DATA_PATHS := \
- 4.4.0:$(my_kernel_config_data)/p/android-4.4 \
- 4.9.0:$(my_kernel_config_data)/p/android-4.9 \
- 4.14.0:$(my_kernel_config_data)/p/android-4.14 \
+ 4.4.107:$(my_kernel_config_data)/p/android-4.4 \
+ 4.9.84:$(my_kernel_config_data)/p/android-4.9 \
+ 4.14.40:$(my_kernel_config_data)/p/android-4.14 \
include $(BUILD_FRAMEWORK_COMPATIBILITY_MATRIX)