Home | History | Annotate | Download | only in ndk

Lines Matching refs:NDK_LOG

43 # If NDK_LOG is set to 1 or true in the environment, or the command-line
45 if [ -z "$NDK_LOG" ]; then
46 NDK_LOG=0
51 NDK_LOG=1|NDK_LOG=true)
52 NDK_LOG=1
54 NDK_LOG=*)
55 NDK_LOG=0
60 if [ "$NDK_LOG" = "true" ]; then
61 NDK_LOG=1
63 if [ "$NDK_LOG" = 1 ]; then