diff options
| author | TARKZiM <tom8476oo@gmail.com> | 2022-07-16 21:21:41 +0800 |
|---|---|---|
| committer | Julian Veit <Claymore1298@gmail.com> | 2022-07-18 07:39:55 +0200 |
| commit | 58e39a03d371f5384b6ba64d12643e11d1a48fda (patch) | |
| tree | 5aa3432f3bb2f10a9481b808786cf9841792f870 | |
| parent | 0fd17284bbbab7e2b8662a59e9ea8bbe5900aa92 (diff) | |
m8: Switch IR HAL back to passthrough
* Fixes crashing on S.
| -rw-r--r-- | manifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.xml b/manifest.xml index c2ce0a5..0edf090 100644 --- a/manifest.xml +++ b/manifest.xml @@ -1,7 +1,7 @@ <manifest version="1.0" type="device"> <hal format="hidl"> <name>android.hardware.ir</name> - <transport>hwbinder</transport> + <transport arch="32">passthrough</transport> <version>1.0</version> <interface> <name>IConsumerIr</name> |
