summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavi Merino <javi.merino@arm.com>2018-01-16 11:56:58 +0000
committerJavi Merino <javi.merino@arm.com>2018-01-18 11:34:13 +0000
commitcc5b51baacfe8ed0215bdf99511a82f9422fbb30 (patch)
treee4911d6321e2f4b9cec37d0cd6602039bec6d684
parentccb2f49432a79670e04d8856649f901a70a480e4 (diff)
downloadhikey-cc5b51baacfe8ed0215bdf99511a82f9422fbb30.tar.gz
hikey/hikey960: VR HAL is passtrough
The VR HAL is not hidlized yet. Fix its transport in the manifest.xml. Test: Run DayDream. With this change, it allows you to go through the tutorial and run VR apps. Change-Id: I7791d101193f0b49f99a0188f473a7be2d781eb7
-rw-r--r--vr/manifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/vr/manifest.xml b/vr/manifest.xml
index aae63a98..81ae0714 100644
--- a/vr/manifest.xml
+++ b/vr/manifest.xml
@@ -1,7 +1,7 @@
<manifest version="1.0" type="device">
<hal format="hidl">
<name>android.hardware.vr</name>
- <transport>hwbinder</transport>
+ <transport arch="32+64">passthrough</transport>
<version>1.0</version>
<interface>
<name>IVr</name>