Merge "DO NOT MERGE: adb: reenable (and fix) Windows build." into mnc-dev
This commit is contained in:
commit
73c59ad77c
2 changed files with 1 additions and 4 deletions
|
|
@ -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))
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue