commit | 27afb47f6468549600077c5d0331153a4f8c4fee | [log] [tgz] |
---|---|---|
author | Connor O'Brien <connoro@google.com> | Tue Apr 11 15:33:04 2017 -0700 |
committer | Connor O'Brien <connoro@google.com> | Tue Apr 11 15:41:14 2017 -0700 |
tree | c49016c272fffbce0d623ca7dd84803352932e8f | |
parent | 61fd056380b5d343ce4049c1ee76bd8eca6466a3 [diff] |
Fix failure to load power HAL implementation Some working implementations of the libhardware power HAL do not implement an open method. Change the HIDL implementation to not rely on that method being available. Test: Flashed marlin with modified power.marlin that omits an open() implementation; power HAL loads successfully and passes VTS Bug: 37245218 Signed-off-by: Connor O'Brien <connoro@google.com> Change-Id: Icc77b3011a0e44330062aa51ae49e39ad349a2a5