DO NOT MERGE: adb: reenable (and fix) Windows build. am: 804de7a29e

am: 5c4bf3d66f

Change-Id: I4977bc17d446cc2b8959058e3e13ccf17e10857b
This commit is contained in:
Josh Gao 2016-08-11 20:22:40 +00:00 committed by android-build-merger
commit 5cee87ea25
2 changed files with 1 additions and 4 deletions

View file

@ -200,10 +200,7 @@ endif
# will violate ODR
LOCAL_SHARED_LIBRARIES :=
# Don't build the host adb on Windows (this branch should only be used for security updates.)
ifneq ($(HOST_OS),windows)
include $(BUILD_HOST_EXECUTABLE)
endif
$(call dist-for-goals,dist_files sdk,$(LOCAL_BUILT_MODULE))

View file

@ -20,7 +20,7 @@
#include <windows.h>
#include <android-base/macros.h>
#include <base/macros.h>
#include "adb.h"