Lines Matching full:then
52 # then enable log messages below
54 if [ -z "$NDK_LOG" ]; then
58 if [ -z "$NDK_HOST_32BIT" ]; then
62 if [ -z "$NDK_ANALYZE" ]; then
69 if [ -z "$PROJECT_PATH" -a "$PROJECT_PATH_NEXT" = "yes" ] ; then
105 if [ "$NDK_LOG" = "true" ]; then
109 if [ "$NDK_HOST_32BIT" = "true" ]; then
113 if [ "$NDK_ANALYZE" = "true" ]; then
117 if [ "$NDK_LOG" = "1" ]; then
159 if [ $? != 0 ]; then
169 if [ $HOST_ARCH = x86_64 ]; then
170 if [ ! -d $PROGDIR/prebuilt/$HOST_TAG ]; then
175 if [ "$NDK_HOST_32BIT" = "1" ]; then
183 if [ $HOST_TAG = windows-x86 ]; then
189 if [ -n "$GNUMAKE" ] ; then
191 if [ $? != 0 ] ; then
203 if [ ! -f "$GNUMAKE" ]; then
206 if [ $? != 0 ] ; then
222 if [ "$OSTYPE" = "cygwin" ] ; then
226 if [ $? != 0 ] ; then
246 if [ "$NDK_ANALYZE" = 1 ]; then
251 if [ -n "$HOST_PERL" ] ; then
253 if [ $? != 0 ] ; then
263 if [ ! -f "$HOST_PERL" ]; then
266 if [ $? != 0 ] ; then
283 if [ -n "$PROJECT_PATH" ] ; then
286 if [ -n "$APP_ABI" ] ; then
289 if [ -n "$NDK_HOST_32BIT" ] ; then
292 if [ -n "$NDK_TOOLCHAIN_VERSION" ] ; then