Home
last modified time | relevance | path

Searched refs:NDK_ANALYZE (Results 1 – 2 of 2) sorted by relevance

/ndk/
Dndk-build62 if [ -z "$NDK_ANALYZE" ]; then
63 NDK_ANALYZE=0
86 NDK_ANALYZE=1|NDK_ANALYZE=true)
87 NDK_ANALYZE=1
89 NDK_ANALYZE=*)
90 NDK_ANALYZE=0
113 if [ "$NDK_ANALYZE" = "true" ]; then
114 NDK_ANALYZE=1
246 if [ "$NDK_ANALYZE" = 1 ]; then
/ndk/docs/text/
DCHANGES.text467 - Fixed NDK_ANALYZE=1 to be less verbose
682 > 1. For ndk-build, either export NDK_ANALYZE=1 or add it to the command-line.