1To build the Monitor RCP based application, do: 2 3$ lunch sdk-eng 4$ ./sdk/eclipse/scripts/create_all_symlinks.sh 5$ cd sdk/monitor 6$ ant 7 8This will build the RCP for all the platforms in the folder: 9$ANDROID_SRC/out/host/eclipse/rcp/build/I.RcpBuild/ 10 11To build only a subset of platforms, use: 12 13ant -DbuildFor=<platform> 14 15where platform is one of linux, darwin or windows. 16