diff options
author | Raphael Moll <raphael@google.com> | 2012-03-30 15:50:45 -0700 |
---|---|---|
committer | Raphael Moll <ralf@android.com> | 2012-04-23 14:18:37 -0700 |
commit | 5abe8b2ee87ecfeb7618f18b8ec0883237824e62 (patch) | |
tree | 50a189cc5b5a4f1a37439663c6d93116d3d446b5 /monitor/HOWTO-BUILD | |
parent | f11439afbb96a0c5591637d4234c4163bf4618d5 (diff) | |
download | sdk-5abe8b2ee87ecfeb7618f18b8ec0883237824e62.zip sdk-5abe8b2ee87ecfeb7618f18b8ec0883237824e62.tar.gz sdk-5abe8b2ee87ecfeb7618f18b8ec0883237824e62.tar.bz2 |
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 'monitor/HOWTO-BUILD')
-rw-r--r-- | monitor/HOWTO-BUILD | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/monitor/HOWTO-BUILD b/monitor/HOWTO-BUILD new file mode 100644 index 0000000..38d1c23 --- /dev/null +++ b/monitor/HOWTO-BUILD @@ -0,0 +1,15 @@ +To build the Monitor RCP based application, do: + +$ lunch sdk-eng +$ ./sdk/eclipse/scripts/create_all_symlinks.sh +$ cd sdk/monitor +$ ant + +This will build the RCP for all the platforms in the folder: +$ANDROID_SRC/out/host/eclipse/rcp/build/I.RcpBuild/ + +To build only a subset of platforms, use: + +ant -DbuildFor=<platform> + +where platform is one of linux, darwin or windows. |