commit | 6c55d90884a18c2cf71c2ea58b8ab338a0db477b | [log] [tgz] |
---|---|---|
author | Terry Guan <terryguan@google.com> | Thu Feb 09 14:50:47 2023 -0800 |
committer | Terry Guan <terryguan@google.com> | Thu Feb 09 14:50:47 2023 -0800 |
tree | 01859976be8cd7c4b8bf56e2d5dc4d3fe46b4b4c | |
parent | 28224192ba9e856721df9549947478c28552198f [diff] |
Changed order of manifest Bug: 268162044 Test: atest vts_halManifest_validate_test Change-Id: I7b8e2f822220bc1c66fc85a4d252b529b7d7d95f
diff --git a/automotive/audiocontrol/aidl/default/audiocontrol-default.xml b/automotive/audiocontrol/aidl/default/audiocontrol-default.xml index 3452ae9..3536bb9 100644 --- a/automotive/audiocontrol/aidl/default/audiocontrol-default.xml +++ b/automotive/audiocontrol/aidl/default/audiocontrol-default.xml
@@ -1,7 +1,7 @@ <manifest version="2.0" type="device"> <hal format="aidl"> - <version>2</version> <name>android.hardware.automotive.audiocontrol</name> + <version>2</version> <fqname>IAudioControl/default</fqname> </hal> </manifest>