Home | History | Annotate | Download | only in core

Lines Matching full:ifeq

8 ifeq ($(strip $(LOCAL_CXX_STL)),default)
40 ifeq (-static,$(filter -static,$(my_ldflags)))
44 ifeq (true,$(LOCAL_FORCE_STATIC_EXECUTABLE))
52 ifeq ($(my_cxx_stl),libc++)
57 ifeq ($(LOCAL_FORCE_STATIC_EXECUTABLE),true)
69 ifeq (arm,$($(my_prefix)$(LOCAL_2ND_ARCH_VAR_PREFIX)ARCH))
74 ifeq ($(my_link_type),static)
80 else ifeq ($(my_cxx_stl),ndk)
85 else ifeq ($(my_cxx_stl),libstdc++)
93 else ifeq ($(my_cxx_stl),none)