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