summaryrefslogtreecommitdiffstats
path: root/fastboot
diff options
context:
space:
mode:
authorJosh Gao <jmgao@google.com>2018-01-08 16:45:30 -0800
committerJosh Gao <jmgao@google.com>2018-01-08 16:45:30 -0800
commitb0449da977d85f17d92b83912271910a364c9f2b (patch)
tree60c182f560d4222273c0cc34fa7d1c50a2e36001 /fastboot
parent18f25d399e170b9944fd7eb23c48d88e51db45ce (diff)
downloadsystem_core-b0449da977d85f17d92b83912271910a364c9f2b.tar.gz
system_core-b0449da977d85f17d92b83912271910a364c9f2b.tar.bz2
system_core-b0449da977d85f17d92b83912271910a364c9f2b.zip
adb/fastboot: switch over to shared AdbWinApi.
Bug: http://b/71721338 Test: manually ran adb/fastboot on windows Change-Id: I9fee6ea4c0e07cbeb69a48e456161832a5994e7b
Diffstat (limited to 'fastboot')
-rw-r--r--fastboot/Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/fastboot/Android.mk b/fastboot/Android.mk
index 10ef35681..dfcf090b7 100644
--- a/fastboot/Android.mk
+++ b/fastboot/Android.mk
@@ -50,8 +50,8 @@ LOCAL_LDLIBS_darwin := -lpthread -framework CoreFoundation -framework IOKit -fra
LOCAL_CFLAGS_darwin := -Wno-unused-parameter
LOCAL_SRC_FILES_windows := usb_windows.cpp
-LOCAL_STATIC_LIBRARIES_windows := AdbWinApi
-LOCAL_REQUIRED_MODULES_windows := AdbWinApi AdbWinUsbApi
+LOCAL_SHARED_LIBRARIES_windows := AdbWinApi
+LOCAL_REQUIRED_MODULES_windows := AdbWinUsbApi
LOCAL_LDLIBS_windows := -lws2_32
LOCAL_C_INCLUDES_windows := development/host/windows/usb/api