Home | History | Annotate | Download | only in makefile
      1 #!/bin/bash
      2 # Run Ant with the configuration above
      3 export BUILD_BASE_PATH=/android/5.0.0
      4 
      5 #uncomment to create dev releases (qualifier is the build date)
      6 #export DEV_RELEASE=true
      7 
      8 #[2012.03.03] Forcing git to update
      9 #Investigate later if bootstraper from config.xml is being used
     10 #echo Forcing git to update
     11 #chmod 0777 $BUILD_BASE_PATH/env/code/android/makefile/scripts/git_update.sh
     12 #$BUILD_BASE_PATH/env/code/android/makefile/scripts/git_update.sh
     13 
     14 $BUILD_BASE_PATH/env/eclipse/eclipse -nosplash -application org.eclipse.ant.core.antRunner -data $BUILD_BASE_PATH/env/workspace_product -buildfile $BUILD_BASE_PATH/env/code/android/makefile/studioBuild.xml -debug
     15 #-logger org.apache.tools.ant.XmlLogger -logfile $BUILD_BASE_PATH/log.xml
     16 
     17 
     18 
     19