summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Moreland2017-01-12 15:33:16 -0600
committerSteven Moreland2017-02-13 17:03:33 -0600
commitff4224809f8cf3e6d56c1dfdfd21adf340390e99 (patch)
tree142e045591fdf7e92489f3f9f47b3929709818e8 /boot/1.0/default/android.hardware.boot@1.0-service.rc
parent623bf8a9c16c5278092fb5c0bf5f6be7769b0809 (diff)
downloadplatform-hardware-interfaces-ff4224809f8cf3e6d56c1dfdfd21adf340390e99.tar.gz
platform-hardware-interfaces-ff4224809f8cf3e6d56c1dfdfd21adf340390e99.tar.xz
platform-hardware-interfaces-ff4224809f8cf3e6d56c1dfdfd21adf340390e99.zip
Move hidl shims to the vendor partition.
We need google shims on the vendor partition because they are providing an implementation of a vendor defined interface. They were written by google just as a courtesy/to make the transition easier. They're basically a set for vendors to assemble their hal implementations from. Bug: 34135607 Test: marlin persist.hal.binderization on/off Change-Id: I3f86c77c147514fe470f08088a66de312ae32d4e
Diffstat (limited to 'boot/1.0/default/android.hardware.boot@1.0-service.rc')
-rw-r--r--boot/1.0/default/android.hardware.boot@1.0-service.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/1.0/default/android.hardware.boot@1.0-service.rc b/boot/1.0/default/android.hardware.boot@1.0-service.rc
index 67d400b9..ef5dd91b 100644
--- a/boot/1.0/default/android.hardware.boot@1.0-service.rc
+++ b/boot/1.0/default/android.hardware.boot@1.0-service.rc
@@ -1,4 +1,4 @@
1service boot-hal-1-0 /system/bin/hw/android.hardware.boot@1.0-service 1service boot-hal-1-0 /vendor/bin/hw/android.hardware.boot@1.0-service
2 class hal 2 class hal
3 user root 3 user root
4 group root 4 group root