Merge "Fix Windows SDK build."
This commit is contained in:
commit
a63b7d595b
1 changed files with 4 additions and 1 deletions
|
|
@ -57,6 +57,10 @@ LOCAL_SRC_FILES := \
|
||||||
# this to take effect), this adds the SSL includes to our path.
|
# this to take effect), this adds the SSL includes to our path.
|
||||||
LOCAL_STATIC_LIBRARIES := libcrypto_static
|
LOCAL_STATIC_LIBRARIES := libcrypto_static
|
||||||
|
|
||||||
|
ifeq ($(HOST_OS),windows)
|
||||||
|
LOCAL_C_INCLUDES += development/host/windows/usb/api/
|
||||||
|
endif
|
||||||
|
|
||||||
include $(BUILD_HOST_STATIC_LIBRARY)
|
include $(BUILD_HOST_STATIC_LIBRARY)
|
||||||
|
|
||||||
# adb host tool
|
# adb host tool
|
||||||
|
|
@ -80,7 +84,6 @@ ifeq ($(HOST_OS),windows)
|
||||||
LOCAL_LDLIBS += -lws2_32 -lgdi32
|
LOCAL_LDLIBS += -lws2_32 -lgdi32
|
||||||
USE_SYSDEPS_WIN32 := 1
|
USE_SYSDEPS_WIN32 := 1
|
||||||
endif
|
endif
|
||||||
LOCAL_C_INCLUDES += development/host/windows/usb/api/
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
LOCAL_SRC_FILES := \
|
LOCAL_SRC_FILES := \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue