Updated build scripts for HelloAndroid sample.

This commit is contained in:
Andrey Kamaev
2011-05-28 18:42:58 +00:00
parent eadb3bad45
commit 166bfdda45
4 changed files with 29 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ cd `dirname $0`
BUILD_DIR=build_armeabi
opencv_android=`pwd`/../..
opencv_build_dir=$opencv_android/build
opencv_build_dir=$opencv_android/$BUILD_DIR
mkdir -p $BUILD_DIR
cd $BUILD_DIR