platform_bootable_recovery/minadbd
Tao Bao 79a0e98bb5 minadbd: Fix a failing test due to SIGPIPE.
Test: minadbd_test on bullhead.
Change-Id: Iab1c51ba8d3113a83e8b464c3640be770a6cda97
2017-04-25 09:37:20 -07:00
..
Android.mk Add test config to minadbd_test 2017-03-28 22:13:38 -07:00
AndroidTest.xml Add test config to minadbd_test 2017-03-28 22:13:38 -07:00
fuse_adb_provider.cpp Minor minadbd cleanup. 2016-06-16 19:57:20 -07:00
fuse_adb_provider.h Switch minadb over to C++. 2015-04-10 13:59:19 -07:00
fuse_adb_provider_test.cpp minadbd: Fix a failing test due to SIGPIPE. 2017-04-25 09:37:20 -07:00
minadbd.cpp minadbd: rename adb_server_main to minadbd_main. 2016-08-30 13:15:12 -07:00
minadbd.h minadbd: rename adb_server_main to minadbd_main. 2016-08-30 13:15:12 -07:00
minadbd_services.cpp Minor clean up to minadbd_services.cpp 2017-04-19 14:54:04 -07:00
README.md Address review comment. 2017-01-09 14:28:42 -08:00

minadbd is now mostly built from libadbd. The fuse features are unique to minadbd, and services.c has been modified as follows:

  • all services removed
  • all host mode support removed
  • sideload_service() added; this is the only service supported. It receives a single blob of data, writes it to a fixed filename, and makes the process exit.