From 4b3cd5e293c1c96f1c9f99632b7a73a3c6b935f4 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Fri, 18 Jan 2013 12:30:08 -0500 Subject: [PATCH] android: bug fix for build scripts --- samples/example_app/build_android.sh | 2 +- samples/wrapper/build_android.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/example_app/build_android.sh b/samples/example_app/build_android.sh index 017dea1edc..1cd7266d75 100644 --- a/samples/example_app/build_android.sh +++ b/samples/example_app/build_android.sh @@ -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 diff --git a/samples/wrapper/build_android.sh b/samples/wrapper/build_android.sh index a76164df29..5489b74c29 100644 --- a/samples/wrapper/build_android.sh +++ b/samples/wrapper/build_android.sh @@ -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