platform_bootable_recovery/minadbd
Lennart Wieboldt 5e5e334b3b Remove LOCAL_CLANG
clang is the default compiler since Android nougat

Change-Id: I930bba431dc49970cb4491ed5fcf44b5e00e97df
Signed-off-by: Lennart Wieboldt <lennart.1997@gmx.de>
2017-07-25 21:48:39 +02:00
..
Android.mk Remove LOCAL_CLANG 2017-07-25 21:48:39 +02: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.