android_system_core/adb/daemon
Josh Gao 2712192e12 adbd: fix check of remount -R.
The check was accidentally flipped when refactoring from strcmp to
std::string::operator==, inverting the behavior of `remount -R`.

Test: `adb remount` with verity enabled
Change-Id: Ib43889f1f4cc2f8fe1fd5d6e17e47d538dbe91bd
2018-07-27 16:08:56 -07:00
..
include/adbd adb: Add io size and zero packet to usb_handle 2018-07-17 11:54:38 -07:00
auth.cpp [adb] Modernize codebase by replacing NULL with nullptr 2018-07-13 18:21:00 -07:00
file_sync_service.cpp adb: use adb's unique_fd instead of android::base. 2018-07-25 18:08:45 -07:00
file_sync_service.h adb: use adb's unique_fd instead of android::base. 2018-07-25 18:08:45 -07:00
framebuffer_service.cpp adb: use adb's unique_fd instead of android::base. 2018-07-25 18:08:45 -07:00
framebuffer_service.h adb: use adb's unique_fd instead of android::base. 2018-07-25 18:08:45 -07:00
jdwp_service.cpp [adb] Modernize codebase by replacing NULL with nullptr 2018-07-13 18:21:00 -07:00
main.cpp adbd: turn on fdsan warnings. 2018-07-25 18:49:37 -07:00
mdns.cpp adb: kill adb_thread_{create, join, detach, exit}. 2017-04-12 17:12:32 -07:00
mdns.h Make ADBD announce its presence over mDNS 2017-03-07 14:42:06 -08:00
remount_service.cpp adbd: fix check of remount -R. 2018-07-27 16:08:56 -07:00
remount_service.h adb: use adb's unique_fd instead of android::base. 2018-07-25 18:08:45 -07:00
set_verity_enable_state_service.cpp adb: use WriteFdExactly when no format 2018-07-27 10:53:54 -07:00
set_verity_enable_state_service.h adb: use adb's unique_fd instead of android::base. 2018-07-25 18:08:45 -07:00
shell_service.cpp adb: split shell_service.h into client/daemon/protocol parts. 2018-07-25 18:08:44 -07:00
shell_service.h adb: split shell_service.h into client/daemon/protocol parts. 2018-07-25 18:08:44 -07:00
shell_service_test.cpp adb: split shell_service.h into client/daemon/protocol parts. 2018-07-25 18:08:44 -07:00
usb.cpp Merge changes I31e444f3,If07ff05f,If3ba190d 2018-07-17 22:35:36 +00:00