Merge "DO NOT MERGE: adb: reenable (and fix) Windows build." into mnc-dev

This commit is contained in:
TreeHugger Robot 2016-08-11 20:09:30 +00:00 committed by Android (Google) Code Review
commit 73c59ad77c
2 changed files with 1 additions and 4 deletions

View file

@ -200,10 +200,7 @@ endif
# will violate ODR # will violate ODR
LOCAL_SHARED_LIBRARIES := 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) include $(BUILD_HOST_EXECUTABLE)
endif
$(call dist-for-goals,dist_files sdk,$(LOCAL_BUILT_MODULE)) $(call dist-for-goals,dist_files sdk,$(LOCAL_BUILT_MODULE))

View file

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