Home | History | Annotate | Download | only in core

Lines Matching refs:true

32 # the only valid states are: undefined, 0, 1, false and true
34 # We set APP_DEBUG to <undefined>, 'true' or 'false'.
41 APP_DEBUG := true
44 ifneq (,$(filter-out true false,$(APP_DEBUG)))
126 # If APP_PIE isn't defined, set it to true for android-$(NDK_FIRST_PIE_PLATFORM_LEVEL) and above
132 APP_PIE := true
221 # - If APP_DEBUG is set to 'true', then it always should.
228 ifeq ($(APP_DEBUG),true)
241 ifeq ($(APP_DEBUGGABLE),true)
253 # Otherwise, set to 'debug' if android:debuggable is set to TRUE,
264 ifeq ($(APP_DEBUGGABLE),true)