aboutsummaryrefslogtreecommitdiffstats
path: root/monitor
Commit message (Collapse)AuthorAgeFilesLines
* monitor: Move from sdk/ to sdk/eclipseSiva Velusamy2014-07-233-190/+0
| | | | | | | | | | The monitor Gradle build script assumed that the version of monitor matches the tools. However, it really matches the version of the Eclipse plugins. This CL moves monitor into the eclipse folder so that the version updater script handles the version encoded inside monitor's build script. Change-Id: I31e70bfc705af00fbaacde417cf505740701038b
* monitor: Remove old build scripts and instructionsSiva Velusamy2014-07-234-230/+0
| | | | Change-Id: Ieff81be1ef4ecf73de2c4946e7c21988bcac768d
* monitor: Remove unnecessary plugins during releaseSiva Velusamy2014-06-181-0/+34
| | | | Change-Id: I9b0d699118fb6e4b9b4d5f6c50a44e57db1eadb3
* Add monitor to sdk buildSiva Velusamy2014-06-171-0/+80
| | | | Change-Id: I8ecbf06e6f52997be19d48a1c2063204c34096d6
* Don't recursively make when calling create_all_symlinks.sh from a makefile.Ying Wang2013-08-221-1/+1
| | | | | | | | | | | The target files should be built as dependencies in the rules that call create_all_symlinks.sh. We already did this in sdk/adtproductbuild/Android.mk and sdk/monitor/Android.mk. Bug: 10347826 Change-Id: I465d227baa7c22ad806652ca7eb20262a4bccf6f
* Support for installing SDK in C:\Program FilesScott Barta2013-08-151-1/+1
| | | | | | Properly handles spaces in installation pathname on Windows. Change-Id: I8bcfd18fddbe6d5ad70a8563e8696af2876c1d1b
* SDK: fix sed filter in monitor makefile.Raphael Moll2012-09-051-1/+1
| | | | | | Fix the sed filter so that it work on MacOS. Change-Id: I920e5e713bd48c47c9b9c99ba52be64bcefaa69c
* [MIPS] Enable monitor build for sdk_mipsDuane Sand2012-06-301-1/+1
| | | | | Change-Id: I12dae7d18d0c89c7ec1f4885c96faf5736ccef4b Signed-off-by: Duane Sand <duanes@mips.com>
* monitor: Build only if dependencies have changed.Siva Velusamy2012-05-301-2/+5
| | | | | | | | | | | | This CL fixes two issues: - Fully expanding the path to the libraries (i.e commong -> out/host/../common.jar) allows the use of "mm" from sdk/monitor/ folder. - The target of the build (the monitor script) will now have a timestamp that corresponds to when it was last built, as opposed to when the source script was last modified. As a result, timestamps of the dependency jar files are correctly checked with the last build time of the target. Change-Id: I77469561d6750d1942cfeda1d6672d6d2a5dad51
* am 9cf3be76: Merge "SDK: reduce \'make monitor\' verbosity" into jb-devRaphael Moll2012-05-151-7/+15
|\ | | | | | | | | * commit '9cf3be76e1a4a478fab213919bd102949ac13649': SDK: reduce 'make monitor' verbosity
| * SDK: reduce 'make monitor' verbosityRaphael Moll2012-04-251-7/+15
| | | | | | | | | | | | | | This filters the output of ant and only displays a minimum of state. However it stil captures the full log and dumps it if an error occurs. Change-Id: I7ba61c30962ab91421696b02d3829d292de3666a
* | Merge "rcp build: don't copy plugin/bin folder"Siva Velusamy2012-05-071-1/+2
|\ \
| * | rcp build: don't copy plugin/bin folderSiva Velusamy2012-05-071-1/+2
| |/ | | | | | | Change-Id: Ic4923d425e5d59f83cfcb88a9e146bae704b2eda
* | SDK: Build monitor for sdk_x86 configuration.Raphael Moll2012-05-071-1/+1
|/ | | | Change-Id: I34d41a2df87d7a6b06bb689e7b339e654e043de8
* Include monitor if TARGET_PRODUCT is sdk.Ying Wang2012-04-251-2/+1
| | | | | | | When buid with "USE_MINGW=1 make PRODUCT-sdk-eng" is_sdk_build is actually not set. Change-Id: I6953dc9bd4fb7070cfe348f2527bce70b2592dce
* Only build Monitor RCP in SDK builds.Raphael Moll2012-04-251-0/+6
| | | | Change-Id: Ie78ef421e5b7d26782730c4ba091d1d0bb270abe
* SDK: build 'monitor' tool and package it in the SDK.Raphael Moll2012-04-236-0/+289
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