Merge "adbd: fix build breakage."
This commit is contained in:
commit
af40ce7d57
1 changed files with 2 additions and 1 deletions
|
@ -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: [
|
||||
|
|
Loading…
Reference in a new issue