summaryrefslogtreecommitdiffstats
path: root/minadbd/minadbd_services.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Allow entering rescue mode via recovery UI.Tao Bao2019-04-171-0/+2
| | | | | | | | | Only enabled on debuggable builds. Bug: 128415917 Test: Sideload package on taimen. Test: Choose "Enter rescue" from recovery UI. Change-Id: I913dbdbcffd3179e6fa72ca862f74ca8f1364b02
* Add socket communication between recovery and minadbdxunchang2019-04-111-0/+19
This cl adds a socket pair to support the communication between recovery and minadbd. Therefore, minadbd will be able to issue multiple commands to recovery and get back the status of each command. This cl also switches the adb sideload from the recovery menu to use this protocol; and moves minadbd to a separate binary. Bug: 130166585 Test: sideload a package Change-Id: I80d36d5c4e6fe1ae3ea23640907bc50c0dc0d482