commit | 46c0b94992789fb85ee6f342c3776909ca5b957e | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Thu Jan 12 13:33:16 2017 -0800 |
committer | Steven Moreland <smoreland@google.com> | Mon Feb 13 23:14:38 2017 +0000 |
tree | 72800f1270c1807fb905eaa0391850d9fd83e4ec | |
parent | 3646298ab6a969c35987b7953f9c03ff55d375e9 [diff] [blame] |
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 Merged-In: I3f86c77c147514fe470f08088a66de312ae32d4e Change-Id: I3f86c77c147514fe470f08088a66de312ae32d4e
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 67d400b..ef5dd91 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 @@ -service boot-hal-1-0 /system/bin/hw/android.hardware.boot@1.0-service +service boot-hal-1-0 /vendor/bin/hw/android.hardware.boot@1.0-service class hal user root group root