summaryrefslogtreecommitdiffstats
path: root/minadbd/minadbd.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* minadbd: Export minadbd/types.h to libinstall.Tao Bao2019-09-261-1/+1
| | | | | Test: mmma bootable/recovery Change-Id: I503e942b23cc51024aa752c1eb3db5455a44a9d1
* Allow entering rescue mode via recovery UI.Tao Bao2019-04-171-2/+10
| | | | | | | | | 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-12/+36
| | | | | | | | | | | | | 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
* minadbd: rename adb_server_main to minadbd_main.Josh Gao2016-08-301-0/+43
adb_server_main in adb refers to the adb server on the host, not adbd. Since there doesn't seem to be a good reason to reuse the declaration from adb's headers, give minadbd a main function of its own. Change-Id: I748f1a6822dc14c726cb73ef3b533c57a6615608