Merge "adbd: fix build breakage." am: af40ce7d57
Change-Id: Ia2c744bda3ea2e630991e7622b919e3dc5e983b2
This commit is contained in:
commit
eeb50d0a88
|
@ -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 New Issue