aboutsummaryrefslogtreecommitdiffstats
path: root/build/windows_sdk_tools.mk
diff options
context:
space:
mode:
authorRaphael Moll <raphael@google.com>2012-03-30 15:50:45 -0700
committerRaphael Moll <ralf@android.com>2012-04-23 14:18:37 -0700
commit5abe8b2ee87ecfeb7618f18b8ec0883237824e62 (patch)
tree50a189cc5b5a4f1a37439663c6d93116d3d446b5 /build/windows_sdk_tools.mk
parentf11439afbb96a0c5591637d4234c4163bf4618d5 (diff)
downloadsdk-5abe8b2ee87ecfeb7618f18b8ec0883237824e62.tar.gz
sdk-5abe8b2ee87ecfeb7618f18b8ec0883237824e62.tar.bz2
sdk-5abe8b2ee87ecfeb7618f18b8ec0883237824e62.zip
SDK: build 'monitor' tool and package it in the SDK.
Fixed with Siva to use the 'ant' builder from Eclipse's baseBuilder jars. Changed to use: - the new external/eclipse-basebuilder for the basebuilder jars. - the rcp deltapack, located prebuilts/eclipse. - monitor scripts are now in sdk/monitor. - configuration is now in out/host/eclipse/rcp/build/configuration and doesn't change any existing repos. Requires change I7ab027ff6 from build.git Change-Id: I72fff09231fc9b3031c10eb42ff821c55af9b5d5
Diffstat (limited to 'build/windows_sdk_tools.mk')
-rw-r--r--build/windows_sdk_tools.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/build/windows_sdk_tools.mk b/build/windows_sdk_tools.mk
index 5ddca7d26..37a125cef 100644
--- a/build/windows_sdk_tools.mk
+++ b/build/windows_sdk_tools.mk
@@ -13,9 +13,9 @@ WIN_SDK_TARGETS := \
find_java \
find_lock \
mksdcard \
+ monitor \
sdklauncher
-# monitor -- disabled due to build break
# Add OpenGLES emulation host libraries if needed.
ifeq (true,$(BUILD_EMULATOR_OPENGL))
@@ -28,5 +28,6 @@ endif
# Define the list of tool-dependent modules requisites needed
# for the Windows SDK. These will be built using HOST_OS=linux.
-WIN_SDK_BUILD_PREREQ :=
+WIN_SDK_BUILD_PREREQ := \
+ monitor