diff options
-rw-r--r-- | build/tools.darwin.atree | 5 | ||||
-rw-r--r-- | build/tools.linux.atree | 7 | ||||
-rwxr-xr-x | build/tools.windows.atree | 9 |
3 files changed, 12 insertions, 9 deletions
diff --git a/build/tools.darwin.atree b/build/tools.darwin.atree index dafc3a0..a09578d 100644 --- a/build/tools.darwin.atree +++ b/build/tools.darwin.atree @@ -23,6 +23,7 @@ ############################################################################## # RCP Monitor. -bin/monitor tools/monitor -eclipse/monitor-macosx.cocoa.x86_64/monitor tools/lib/monitor-x86_64 +# Not ready yet, fails due to missing "ant" on build servers +# bin/monitor tools/monitor +# eclipse/monitor-macosx.cocoa.x86_64/monitor tools/lib/monitor-x86_64 diff --git a/build/tools.linux.atree b/build/tools.linux.atree index 2e0bb77..a485679 100644 --- a/build/tools.linux.atree +++ b/build/tools.linux.atree @@ -23,7 +23,8 @@ ############################################################################## # RCP Monitor. -bin/monitor tools/monitor -eclipse/monitor-linux.gtk.x86/monitor tools/lib/monitor-x86 -eclipse/monitor-linux.gtk.x86_64/monitor tools/lib/monitor-x86_64 +# Not ready yet, fails due to missing "ant" on build servers +# bin/monitor tools/monitor +# eclipse/monitor-linux.gtk.x86/monitor tools/lib/monitor-x86 +# eclipse/monitor-linux.gtk.x86_64/monitor tools/lib/monitor-x86_64 diff --git a/build/tools.windows.atree b/build/tools.windows.atree index f2c782b..1f87e7e 100755 --- a/build/tools.windows.atree +++ b/build/tools.windows.atree @@ -87,10 +87,11 @@ rm tools/zipalign bin/zipalign.exe strip tools/zipalign.exe # RCP Monitor. -rm tools/monitor -sdk/eclipse/scripts/rcp/monitor.bat tools/monitor.bat -eclipse/monitor-win32.win32.x86/monitor tools/lib/monitor-x86 -eclipse/monitor-win32.win32.x86_64/monitor tools/lib/monitor-x86_64 +# Not ready yet, fails due to missing "ant" on build servers +# rm tools/monitor +# sdk/eclipse/scripts/rcp/monitor.bat tools/monitor.bat +# eclipse/monitor-win32.win32.x86/monitor tools/lib/monitor-x86 +# eclipse/monitor-win32.win32.x86_64/monitor tools/lib/monitor-x86_64 # Copy the AVD & SDK Manager (aka avd/sdklauncher) to the root of the SDK as |