Home | History | Annotate | Download | only in tools

Lines Matching refs:OUT

40 OUT=$ANDROID_NDK_ROOT/$(get_host_exec_name ndk-stack)
42 register_option "--out=<file>" do_out "Specify output executable path" "$OUT"
43 do_out () { CUSTOM_OUT=true; OUT=$1; }
73 OUT=$ANDROID_NDK_ROOT/$(get_host_exec_name ndk-stack)
74 log "Auto-config: --out=$OUT"
89 mkdir -p $(dirname $OUT)
91 echo "ERROR: Could not create output directory: $(dirname $OUT)"
100 PROGNAME="$OUT" \