android: bug fix for build scripts

This commit is contained in:
Rom Walton 2013-01-18 12:30:08 -05:00 committed by Oliver Bock
parent e95265a1aa
commit 4b3cd5e293
2 changed files with 2 additions and 2 deletions

View File

@ -17,6 +17,6 @@ export LDFLAGS="-L$TCSYSROOT/usr/lib -L$TCINCLUDES/lib -llog"
export GDB_CFLAGS="--sysroot=$TCSYSROOT -Wall -g -I$TCINCLUDES/include"
# Prepare android toolchain and environment
./build_androidtc.sh
../../android/build_androidtc.sh
make

View File

@ -17,6 +17,6 @@ export LDFLAGS="-L$TCSYSROOT/usr/lib -L$TCINCLUDES/lib -llog"
export GDB_CFLAGS="--sysroot=$TCSYSROOT -Wall -g -I$TCINCLUDES/include"
# Prepare android toolchain and environment
./build_androidtc.sh
../../android/build_androidtc.sh
make