blob: f3cff712bded871f55a7607660f6fa736050bea7 [file] [log] [blame]
#!/bin/sh
echo "\$0=$0"
cd `dirname $0`
echo "PWD=`pwd`"
export NDK_MODULE_PATH=`pwd`/path1:`pwd`/path2
../../../ndk-build
if [ $? != 0 ]; then
echo "ERROR: Can't build test program!"
exit 1
fi