aboutsummaryrefslogtreecommitdiff
path: root/cpp/watchdog
diff options
context:
space:
mode:
authorEric Jeong <ericjeong@google.com>2021-06-16 00:40:04 -0700
committerEric Jeong <ericjeong@google.com>2021-06-16 00:46:55 -0700
commit5029c511e891628a279527c8c2b3fa8bba54b6c6 (patch)
tree471e9151fe709a9aa5b4ff2a6bcf568c48f11f86 /cpp/watchdog
parentb3832c195ab0ac765fdfeecbf11c2228a6f79b82 (diff)
downloadCar-5029c511e891628a279527c8c2b3fa8bba54b6c6.tar.gz
Specify aidl version in vint fragment xml
- android.automotive.watchdog supports verion 2 and 3, while carwatchdogd specifies no aidl version, which means version 1 is used by default. - This leads to vts test fail. - carpowerpolicyd doesn't specify aidl version, either. This CL explicitly sepcifies aidl version as 1.0 for android.frameworks.automotive.powerpolicy. Bug: 190737762 Bug: 190615475 Test: in vts-tradefed, run vts -m vts_treble_vintf_framework_test -t FrameworkManifest/SingleManifestTest#ManifestAidlHalsServed/0 Change-Id: I7b31ab5b65f90a31f5939b4be95a42c3352c0e37
Diffstat (limited to 'cpp/watchdog')
-rw-r--r--cpp/watchdog/server/carwatchdogd.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/watchdog/server/carwatchdogd.xml b/cpp/watchdog/server/carwatchdogd.xml
index c0c8933115..c7adc271ae 100644
--- a/cpp/watchdog/server/carwatchdogd.xml
+++ b/cpp/watchdog/server/carwatchdogd.xml
@@ -16,6 +16,7 @@
<manifest version="1.0" type="framework">
<hal format="aidl">
<name>android.automotive.watchdog</name>
+ <version>3</version>
<interface>
<name>ICarWatchdog</name>
<instance>default</instance>