adbd: fix build breakage.

This broke because two CLs touching the Android.bp file both
independently passed presubmit, but failed when combined.

Clean up a misindentation while we're at it.

Bug: http://b/150032367
Test: mma in system/core/adb
Change-Id: I091ef9dec806c767ffb21a5fd73b2bb37ab29ff9
This commit is contained in:
Josh Gao 2020-02-21 16:38:29 -08:00
parent 744ba42d2d
commit 6d949e89a4
1 changed files with 2 additions and 1 deletions

View File

@ -375,7 +375,7 @@ cc_library_static {
srcs: libadb_srcs + libadb_linux_srcs + libadb_posix_srcs + [
"daemon/auth.cpp",
"daemon/jdwp_service.cpp",
"daemon/adb_wifi.cpp",
"daemon/adb_wifi.cpp",
],
local_include_dirs: [
@ -516,6 +516,7 @@ cc_library {
"libadbd_services",
"libcutils_sockets",
"libdiagnose_usb",
"libmdnssd",
],
export_include_dirs: [