diff options
author | Yifan Hong <elsk@google.com> | 2020-03-17 01:24:42 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2020-03-17 01:24:42 +0000 |
commit | a561f539fc367151260b378c022e95721617fa68 (patch) | |
tree | 93f488202e46765d6bae321feb577bd6c2637ac3 /compatibility_matrices | |
parent | 43cc37d88f4d29ca2565ba2e6bbabb815461fde0 (diff) | |
parent | 0e781cf922acb1a43a5d08851475d8128649acb2 (diff) | |
download | platform_hardware_interfaces-a561f539fc367151260b378c022e95721617fa68.tar.gz platform_hardware_interfaces-a561f539fc367151260b378c022e95721617fa68.tar.bz2 platform_hardware_interfaces-a561f539fc367151260b378c022e95721617fa68.zip |
Merge "Add automotive.can to current matrix." into rvc-dev
Diffstat (limited to 'compatibility_matrices')
-rw-r--r-- | compatibility_matrices/compatibility_matrix.current.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/compatibility_matrices/compatibility_matrix.current.xml b/compatibility_matrices/compatibility_matrix.current.xml index 3efdb3f165..51c65461b1 100644 --- a/compatibility_matrices/compatibility_matrix.current.xml +++ b/compatibility_matrices/compatibility_matrix.current.xml @@ -40,6 +40,18 @@ </interface> </hal> <hal format="hidl" optional="true"> + <name>android.hardware.automotive.can</name> + <version>1.0</version> + <interface> + <name>ICanBus</name> + <regex-instance>.*</regex-instance> + </interface> + <interface> + <name>ICanController</name> + <regex-instance>.*</regex-instance> + </interface> + </hal> + <hal format="hidl" optional="true"> <name>android.hardware.automotive.evs</name> <version>1.0</version> <interface> |