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

This commit is contained in:
Raphael 2009-08-11 11:08:45 -07:00
parent c52c602171
commit e3baafd85a

View file

@ -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