My favorites | Sign in
Project Home Downloads Wiki Issues Source
Repository:
Checkout   Browse   Changes   Clones    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
echo Cygwin started--executing build
set -e
projpath=`dirname $0`
cd $projpath

${NDK_ROOT}/ndk-build V=1 NDK_DEBUG=1 2>&1 | sed -u "s/:\([0-9]*\):/\(\1\) :/g;s/\/cygdrive\/\(\w\)\//\1:\//g;"
builderr=${PIPESTATUS[0]}
if [ $builderr -ne 0 ]
then
exit $builderr
fi
ant debug install

Change log

0a1a69cd6bdc by Ian Lewis <ile...@google.com> on Jan 3, 2011   Diff
minor fixes. gles2 still doesn't work.
Go to: 
Project members, sign in to write a code review

Older revisions

4623a97bccf8 by Ian Lewis <ile...@google.com> on Jan 3, 2011   Diff
oops, missing files
All revisions of this file

File info

Size: 289 bytes, 13 lines
Powered by Google Project Hosting