• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

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

system/corennnnn


Commit MetaInfo

Revisão09b5b49e9b2c26f41fb08f78b9c928f0b9f78026 (tree)
Hora2016-08-12 05:26:11
AutorJosh Gao <jmgao@goog...>
Commiterandroid-build-merger

Mensagem de Log

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

Change-Id: I76cecf9ef71ce9f631130868d402125b1e6ba9e3

Mudança Sumário

Diff

--- 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