diff options
author | Stephen Hines <srhines@google.com> | 2014-10-01 23:21:09 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-10-01 23:21:09 +0000 |
commit | 1e95e0b19cd265088286940def38d27305f847af (patch) | |
tree | b33220a5c293400ba785a6fa49bc647a550eb93d /fastboot/Android.mk | |
parent | 0188733e426695f1cf6090d4c51f2652e68eb51a (diff) | |
parent | 64f44b8444dabd69cf391d42e10d44e8e926a79d (diff) | |
download | system_core-1e95e0b19cd265088286940def38d27305f847af.zip system_core-1e95e0b19cd265088286940def38d27305f847af.tar.gz system_core-1e95e0b19cd265088286940def38d27305f847af.tar.bz2 |
am 64f44b84: Merge "Remove obsolete reference to ddk; Fixes for -Werror" into lmp-dev
* commit '64f44b8444dabd69cf391d42e10d44e8e926a79d':
Remove obsolete reference to ddk; Fixes for -Werror
Diffstat (limited to 'fastboot/Android.mk')
-rw-r--r-- | fastboot/Android.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fastboot/Android.mk b/fastboot/Android.mk index d212b2c..f03bbea 100644 --- a/fastboot/Android.mk +++ b/fastboot/Android.mk @@ -41,13 +41,11 @@ ifeq ($(HOST_OS),windows) ifneq ($(strip $(USE_CYGWIN)),) # Pure cygwin case LOCAL_LDLIBS += -lpthread - LOCAL_C_INCLUDES += /usr/include/w32api/ddk endif ifneq ($(strip $(USE_MINGW)),) # MinGW under Linux case LOCAL_LDLIBS += -lws2_32 USE_SYSDEPS_WIN32 := 1 - LOCAL_C_INCLUDES += /usr/i586-mingw32msvc/include/ddk endif LOCAL_C_INCLUDES += development/host/windows/usb/api endif |