Lines Matching refs:sh
1 #!/bin/sh
32 . $NDK_BUILDTOOLS_PATH/ndk-common.sh
33 . $NDK_BUILDTOOLS_PATH/prebuilt-common.sh
36 # run-tests.sh. Most of these do not run properly at the moment.
244 [ -f $1/build.sh -o -f $1/jni/Android.mk ] &&
249 [ -f $1/build.sh -o -f $1/jni/Android.mk ]
253 [ -f $1/build.sh -o -f $1/jni/Android.mk ] || return 1
284 if [ ! -f "$NDK_ROOT/ndk-build" -o ! -f "$NDK_ROOT/build/tools/prebuilt-common.sh" ] ; then
618 if [ -f $1/build.sh ]; then
631 (cd "$DIR" && run ./build.sh -j$JOBS $NDK_BUILD_FLAGS)