• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

system/corennnnn


Commit MetaInfo

Révision73c59ad77c206edba4d01c47f75de7dbf118d016 (tree)
l'heure2016-08-12 05:09:30
AuteurTreeHugger Robot <treehugger-gerrit@goog...>
CommiterAndroid (Google) Code Review

Message de Log

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

Change Summary

Modification

--- a/adb/Android.mk
+++ b/adb/Android.mk
@@ -200,10 +200,7 @@ endif
200200 # will violate ODR
201201 LOCAL_SHARED_LIBRARIES :=
202202
203-# Don't build the host adb on Windows (this branch should only be used for security updates.)
204-ifneq ($(HOST_OS),windows)
205203 include $(BUILD_HOST_EXECUTABLE)
206-endif
207204
208205 $(call dist-for-goals,dist_files sdk,$(LOCAL_BUILT_MODULE))
209206
--- a/adb/sysdeps/mutex.h
+++ b/adb/sysdeps/mutex.h
@@ -20,7 +20,7 @@
2020
2121 #include <windows.h>
2222
23-#include <android-base/macros.h>
23+#include <base/macros.h>
2424
2525 #include "adb.h"
2626