File tree Expand file tree Collapse file tree
base/cvd/cuttlefish/host/frontend/adb_connector Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ cf_cc_binary(
1111 "adb_connection_maintainer.h" ,
1212 "main.cpp" ,
1313 ],
14- clang_format_enabled = False ,
1514 deps = [
1615 "//cuttlefish/common/libs/fs" ,
1716 "//cuttlefish/common/libs/utils:environment" ,
Original file line number Diff line number Diff line change 2323#include < thread>
2424#include < vector>
2525
26- #include < gflags/gflags.h>
2726#include " absl/log/check.h"
27+ #include " gflags/gflags.h"
2828
2929#include " cuttlefish/common/libs/fs/shared_fd.h"
3030#include " cuttlefish/host/commands/kernel_log_monitor/kernel_log_server.h"
3333#include " cuttlefish/host/libs/config/cuttlefish_config.h"
3434#include " cuttlefish/host/libs/config/logging.h"
3535
36- DEFINE_string (addresses, " " , " Comma-separated list of addresses to "
37- " 'adb connect' to" );
36+ DEFINE_string (addresses, " " ,
37+ " Comma-separated list of addresses to "
38+ " 'adb connect' to" );
3839
3940namespace cuttlefish {
4041namespace {
You can’t perform that action at this time.
0 commit comments