aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/scripts/rcp/HOWTO-BUILD
blob: 3eb695fc875dd6faa438438acee8ac8d5c452c85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
To build the Monitor RCP based application, do:

$ lunch sdk-eng
$ ./sdk/eclipse/scripts/create_all_symlinks.sh
$ cd sdk/eclipse/scripts/rcp
$ 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.