commit | e58b2d4cae2f6c82f2d845ff38dc4ecb9cc75b59 | [log] [tgz] |
---|---|---|
author | Robin Lee <rgl@google.com> | Thu Apr 02 18:38:15 2020 +0200 |
committer | Robin Lee <rgl@google.com> | Thu Apr 02 18:40:11 2020 +0200 |
tree | 91054896e3f600f52265cce25105d7cbb3698e37 | |
parent | fcdb7145c1431a0d03cdc940fd1c6c3680222210 [diff] |
Allow blank_screen to make binder calls to the servicemanager blank_screen can not find and use the lights HAL if it cannot use the servicemanager. This broke turning off the display during shutdown. Change-Id: I6aff1cb71f805637abc79493ba2574143c5cf7cf Test: adb root; adb shell setenforce 1; adb shell setprop ctl.start blank_screen Test: adb logcat -b all | grep 'denied' Bug: 151363454