]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android/platform-hardware-interfaces.git/commitdiff
matrix: copy kernel configs to subdirectory.
authorYifan Hong <elsk@google.com>
Mon, 30 Apr 2018 22:41:41 +0000 (15:41 -0700)
committerYifan Hong <elsk@google.com>
Mon, 30 Apr 2018 22:41:41 +0000 (15:41 -0700)
Bug: 78576469
Test: make vintf metadata and manual inspect
Test: vts_treble_vintf_test
Change-Id: Ie3c299e74c9479cbf9a868aeef96f5850feb8cfe

compatibility_matrices/Android.mk

index 9e48588e2f54d96ebcef4188c33d1b1162f21b33..8904c6852f91e7bd413d8c36725fa64df749f5a0 100644 (file)
@@ -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)/android-4.4 \
-    4.9.0:$(my_kernel_config_data)/android-4.9 \
-    4.14.0:$(my_kernel_config_data)/android-4.14 \
+    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 \
 
 include $(BUILD_FRAMEWORK_COMPATIBILITY_MATRIX)