Advertisement
arsen_aar

Untitled

Nov 6th, 2014
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.43 KB | None | 0 0
  1.     <!-- upload nativ(c++) library to server-->
  2.     <target name="ndk-libs-upload" description="build nativ(c++) library">
  3.         <exec executable="python" failonerror="true">
  4.             <arg path="./ndk-tools/libs_uploader.py"/>
  5.         </exec>  
  6.     </target>
  7.  
  8.     <target name="deploy"
  9.        description="build all for release"
  10.        depends="ndk-build, setDebugFlagFalse, ndk-libs-upload,clean,release,open-deploy"/>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement