summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuexi Ma <yuexima@google.com>2017-12-12 16:54:42 -0800
committerYuexi Ma <yuexima@google.com>2017-12-12 16:54:42 -0800
commit574b139070fd01ae3cac040c6629ae3a7a7089d9 (patch)
tree35948a4d9e89296b4b54c626fb31a61db6a7efdf
parentd31203a9c47284bfab13a07fbcf04d36c7da2399 (diff)
downloadfugu-574b139070fd01ae3cac040c6629ae3a7a7089d9.tar.gz
fix input and cec transport type in manifast
Change-Id: I6f0615c249be4ecd86a4382d4e10346c3fa62b52 Merged-In: If73865485b76cf3b521dbf9a4da769a7b1efd6cf Fixes: 70393245 Test: boot tested
-rw-r--r--manifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifest.xml b/manifest.xml
index a2e627d..d29d3ea 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -30,7 +30,7 @@
</hal>
<hal format="hidl">
<name>android.hardware.tv.cec</name>
- <transport>hwbinder</transport>
+ <transport arch="32">passthrough</transport>
<version>1.0</version>
<interface>
<name>IHdmiCec</name>
@@ -39,7 +39,7 @@
</hal>
<hal format="hidl">
<name>android.hardware.tv.input</name>
- <transport>hwbinder</transport>
+ <transport arch="32">passthrough</transport>
<version>1.0</version>
<interface>
<name>ITvInput</name>