aboutsummaryrefslogtreecommitdiffstats
path: root/monitor/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | 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-231-0/+46
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