summaryrefslogtreecommitdiffstats
path: root/compatibility_matrices/Android.mk
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2018-05-16 11:07:28 -0700
committerYifan Hong <elsk@google.com>2018-05-16 11:07:28 -0700
commit22af37df181b793e225007b7f4463b7b2961a23f (patch)
tree17a71929c647a23945e1b0b6e7f9b36c78fa5f17 /compatibility_matrices/Android.mk
parent73bfa71121f882493ca63265926b8e7979cde46f (diff)
downloadplatform_hardware_interfaces-22af37df181b793e225007b7f4463b7b2961a23f.tar.gz
platform_hardware_interfaces-22af37df181b793e225007b7f4463b7b2961a23f.tar.bz2
platform_hardware_interfaces-22af37df181b793e225007b7f4463b7b2961a23f.zip
Update kernel minor revision for P.
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
Diffstat (limited to 'compatibility_matrices/Android.mk')
-rw-r--r--compatibility_matrices/Android.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/compatibility_matrices/Android.mk b/compatibility_matrices/Android.mk
index 8904c6852f..86fe00dd23 100644
--- a/compatibility_matrices/Android.mk
+++ b/compatibility_matrices/Android.mk
@@ -64,9 +64,9 @@ LOCAL_MODULE := framework_compatibility_matrix.3.xml
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)