Home | History | Annotate | Download | only in monitor
      1 To 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 
      8 This will build the RCP for all the platforms in the folder:
      9 $ANDROID_SRC/out/host/eclipse/rcp/build/I.RcpBuild/
     10 
     11 To build only a subset of platforms, use:
     12 
     13 ant -DbuildFor=<platform>
     14 
     15 where platform is one of linux, darwin or windows.
     16