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

Merge commit 'e3baafd85a5fecd1714441455e3f75f26b5c381e'

* commit 'e3baafd85a5fecd1714441455e3f75f26b5c381e':
  BUG 2033924: Add AdbWinUsbApi.dll to prebuilt for Windows SDK
This commit is contained in:
Raphael 2009-08-12 12:04:07 -07:00 committed by Android Git Automerger
commit 818806ad59
1 changed files with 5 additions and 3 deletions

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