system/corennnnn
Revisão | 09b5b49e9b2c26f41fb08f78b9c928f0b9f78026 (tree) |
---|---|
Hora | 2016-08-12 05:26:11 |
Autor | Josh Gao <jmgao@goog...> |
Commiter | android-build-merger |
DO NOT MERGE: adb: reenable (and fix) Windows build. am: 804de7a29e am: 5c4bf3d66f
am: 5cee87ea25
Change-Id: I76cecf9ef71ce9f631130868d402125b1e6ba9e3
@@ -200,10 +200,7 @@ endif | ||
200 | 200 | # will violate ODR |
201 | 201 | LOCAL_SHARED_LIBRARIES := |
202 | 202 | |
203 | -# Don't build the host adb on Windows (this branch should only be used for security updates.) | |
204 | -ifneq ($(HOST_OS),windows) | |
205 | 203 | include $(BUILD_HOST_EXECUTABLE) |
206 | -endif | |
207 | 204 | |
208 | 205 | $(call dist-for-goals,dist_files sdk,$(LOCAL_BUILT_MODULE)) |
209 | 206 |
@@ -20,7 +20,7 @@ | ||
20 | 20 | |
21 | 21 | #include <windows.h> |
22 | 22 | |
23 | -#include <android-base/macros.h> | |
23 | +#include <base/macros.h> | |
24 | 24 | |
25 | 25 | #include "adb.h" |
26 | 26 |