Skip to content
Snippets Groups Projects
Commit e3baafd8 authored by Raphael's avatar Raphael
Browse files

BUG 2033924: Add AdbWinUsbApi.dll to prebuilt for Windows SDK

parent c52c6021
Branches
Tags
No related merge requests found
......@@ -53,7 +53,7 @@ LOCAL_SRC_FILES := \
$(USB_SRCS) \
shlist.c \
utils.c \
usb_vendors.c \
usb_vendors.c
ifneq ($(USE_SYSDEPS_WIN32),)
......@@ -76,7 +76,9 @@ include $(BUILD_HOST_EXECUTABLE)
$(call dist-for-goals,droid,$(LOCAL_BUILT_MODULE))
ifeq ($(HOST_OS),windows)
$(LOCAL_INSTALLED_MODULE): $(HOST_OUT_EXECUTABLES)/AdbWinApi.dll
$(LOCAL_INSTALLED_MODULE): \
$(HOST_OUT_EXECUTABLES)/AdbWinApi.dll \
$(HOST_OUT_EXECUTABLES)/AdbWinUsbApi.dll
endif
......@@ -113,7 +115,7 @@ LOCAL_SRC_FILES := \
remount_service.c \
usb_linux_client.c \
log_service.c \
utils.c \
utils.c
LOCAL_CFLAGS := -O2 -g -DADB_HOST=0 -Wall -Wno-unused-parameter
LOCAL_CFLAGS += -D_XOPEN_SOURCE -D_GNU_SOURCE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment