summaryrefslogtreecommitdiffstats
path: root/recovery_ui/Android.bp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement ShowMenu for StubRecoveryUITianjie Xu2019-06-281-0/+1
| | | | | | | | | | | | The ShowMenu in StubRecoveryUI used to return initial selection immediately. This leads to an immediate reboot if we enter recovery with a stub UI and wait for user's input. This cl changes the behavior of stub UI's ShowMenu so that it waits keys in loop, and only returns in the case of interruption or time out. Bug: 130535924 Test: start recovery with a stub UI, wait for the timeout Change-Id: I96ad8aad8930756b09101bb98ba5fbe7b53bcb37
* Move librecovery_ui to a sub-directoryTianjie Xu2019-03-211-0/+91
This helps to expose librecovery_ui for device specific RecoveryUi. Bug: 76436783 Test: mma, unit tests pass Change-Id: Ic6c3d301d5833e4a592e6ea9d9d059bc4e4919be (cherry picked from commit b5108c372c8b92671ea5ebb4eeff00757fcee187)