Lines Matching refs:true
107 # Print a warning if the value is not 'true', 'false' or empty.
108 ifneq (,$(filter-out true false,$(thin_archive)))
125 ifneq ($(LOCAL_BUILT_MODULE_NOT_COPIED),true)
135 ifeq ($(NDK_APP_DEBUGGABLE),true)
174 # If LOCAL_ALLOW_UNDEFINED_SYMBOLS is not true, the linker will allow the generation
177 ifneq ($(LOCAL_ALLOW_UNDEFINED_SYMBOLS),true)
182 # If LOCAL_DISABLE_NO_EXECUTE is true, we allow that
184 ifeq ($(LOCAL_DISABLE_NO_EXECUTE),true)
193 # If LOCAL_DISABLE_RELRO is true, we disable the protections.
195 ifeq ($(LOCAL_DISABLE_RELRO),true)
202 # If LOCAL_DISABLE_FORMAT_STRING_CHECKS is true, we disable the protections.
203 ifeq ($(LOCAL_DISABLE_FORMAT_STRING_CHECKS),true)
210 ifneq (,$(filter true,$(NDK_APP_PIE) $(TARGET_PIE)))
256 # Also, if LOCAL_ARM_NEON is set to 'true', force Neon mode for all source
265 $(if $(filter-out true false,$(LOCAL_ARM_NEON)),\
266 $(call __ndk_info,LOCAL_ARM_NEON must be defined either to 'true' or 'false' in $(LOCAL_MAKEFILE), not '$(LOCAL_ARM_NEON)')\
270 ifeq ($(LOCAL_ARM_NEON),true)
418 RS_COMPAT := true
490 # When LOCAL_SHORT_COMMANDS is defined to 'true' we are going to write the
535 ifeq ($(LOCAL_SHORT_COMMANDS),true)
545 ifeq (true,$(thin_archive))
631 ifeq ($(LOCAL_SHORT_COMMANDS),true)
677 ifeq ($(call module-is-copyable,$(LOCAL_MODULE)),$(true))
686 ifeq ($(call module-is-installable,$(LOCAL_MODULE)),$(true))