commit | 55eee605c9456cd7200073779462c2a10abdc4d4 | [log] [tgz] |
---|---|---|
author | Devin Moore <devinmoore@google.com> | Fri Mar 17 17:14:52 2023 +0000 |
committer | Devin Moore <devinmoore@google.com> | Fri Mar 17 21:15:19 2023 +0000 |
tree | 4d1c227e48a836613e2569bb4c7b90546d33d9a9 | |
parent | e44163fcee26a9d53f347daef007f5aa902c6ac7 [diff] |
Update vhal manifest fragment and compat matrix We are serving V2 of the vhal interface, so reflect that in the manifest fragment. Test: lunch cf_x86_64_auto-userdebug && atest hal_implementation_test Bug: 266868868 Change-Id: I86217712f225df64cb3494be3461d7ff39d80064
diff --git a/automotive/vehicle/aidl/impl/vhal/vhal-default-service.xml b/automotive/vehicle/aidl/impl/vhal/vhal-default-service.xml index 4d587ee..9834cdb 100644 --- a/automotive/vehicle/aidl/impl/vhal/vhal-default-service.xml +++ b/automotive/vehicle/aidl/impl/vhal/vhal-default-service.xml
@@ -1,7 +1,7 @@ <manifest version="1.0" type="device"> <hal format="aidl"> <name>android.hardware.automotive.vehicle</name> - <version>1</version> + <version>2</version> <fqname>IVehicle/default</fqname> </hal> </manifest>
diff --git a/compatibility_matrices/compatibility_matrix.8.xml b/compatibility_matrices/compatibility_matrix.8.xml index c58f559..d2db438 100644 --- a/compatibility_matrices/compatibility_matrix.8.xml +++ b/compatibility_matrices/compatibility_matrix.8.xml
@@ -103,6 +103,7 @@ </hal> <hal format="aidl" optional="true"> <name>android.hardware.automotive.vehicle</name> + <version>1-2</version> <interface> <name>IVehicle</name> <instance>default</instance>