summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2020-01-14 13:22:55 -0800
committerYifan Hong <elsk@google.com>2020-01-14 14:22:37 -0800
commit5b973e7b73266f3267039b496eb395253f3ff39f (patch)
treefdd8a11644c2eaa37415131ec328fc6d52ae1212
parent044ae078769d1622c168e9a7af85b6a600aa4cda (diff)
downloadplatform_system_libhidl-5b973e7b73266f3267039b496eb395253f3ff39f.tar.gz
platform_system_libhidl-5b973e7b73266f3267039b496eb395253f3ff39f.tar.bz2
platform_system_libhidl-5b973e7b73266f3267039b496eb395253f3ff39f.zip
device_matrix.xml -> vendor_*
Building device_compatibility_matrix.xml only builds vendor matrix, but not other device-specific matrices (e.g. ODM matrices which does not exist yet). Make the name more accurate. Test: m check-vintf-all Change-Id: Iffc3ffb8d3295d292ebe8f598d7b090aaca69aeb
-rw-r--r--vintfdata/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/vintfdata/Android.mk b/vintfdata/Android.mk
index 7a30668d..9497c80e 100644
--- a/vintfdata/Android.mk
+++ b/vintfdata/Android.mk
@@ -42,7 +42,7 @@ DEVICE_MATRIX_INPUT_FILE := $(LOCAL_PATH)/device_compatibility_matrix.default.xm
endif
include $(CLEAR_VARS)
-LOCAL_MODULE := device_compatibility_matrix.xml
+LOCAL_MODULE := vendor_compatibility_matrix.xml
LOCAL_MODULE_STEM := compatibility_matrix.xml
LOCAL_MODULE_CLASS := ETC
LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR)/etc/vintf