summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Chiu <jasoncschiu@google.com>2023-12-01 11:36:08 +0800
committerJason Chiu <jasoncschiu@google.com>2023-12-06 02:39:05 +0000
commitdc7845e89af802793b7a76dfb34e48636b2a1086 (patch)
tree09f8168a3535b3072f7c310743ff0e1b38a1c16f
parenta9ac5d5869eb22c1e99f81161b711cdf6c7c6270 (diff)
downloadgs201-dc7845e89af802793b7a76dfb34e48636b2a1086.tar.gz
gs201: update manifest HAL android.hardware.boot from hidl 1.2 to aidl
Bug: 314215524 Change-Id: I59988d13f9bedc3a2067f9ffc49d690048383d66 Signed-off-by: Jason Chiu <jasoncschiu@google.com>
-rw-r--r--manifest-gralloc3.xml5
-rw-r--r--manifest.xml5
2 files changed, 4 insertions, 6 deletions
diff --git a/manifest-gralloc3.xml b/manifest-gralloc3.xml
index 82ff14a..cd40520 100644
--- a/manifest-gralloc3.xml
+++ b/manifest-gralloc3.xml
@@ -68,10 +68,9 @@
<instance>default</instance>
</interface>
</hal>
- <hal format="hidl">
+ <hal format="aidl">
<name>android.hardware.boot</name>
- <transport>hwbinder</transport>
- <fqname>@1.2::IBootControl/default</fqname>
+ <fqname>IBootControl/default</fqname>
</hal>
<hal format="hidl">
<name>android.hardware.sensors</name>
diff --git a/manifest.xml b/manifest.xml
index 031b46f..a5cf98d 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -8,10 +8,9 @@
<instance>default</instance>
</interface>
</hal>
- <hal format="hidl">
+ <hal format="aidl">
<name>android.hardware.boot</name>
- <transport>hwbinder</transport>
- <fqname>@1.2::IBootControl/default</fqname>
+ <fqname>IBootControl/default</fqname>
</hal>
<hal format="aidl">
<name>com.google.input</name>