Home | History | Annotate | Download | only in build

Lines Matching refs:NDK_LOG

51 # If NDK_LOG is set to 1 or true in the environment, or the command-line
53 if [ -z "$NDK_LOG" ]; then
54 NDK_LOG=0
69 NDK_LOG=1|NDK_LOG=true)
70 NDK_LOG=1
72 NDK_LOG=*)
73 NDK_LOG=0
94 if [ "$NDK_LOG" = "true" ]; then
95 NDK_LOG=1
102 if [ "$NDK_LOG" = "1" ]; then