Home | History | Annotate | Download | only in core

Lines Matching refs:LOCAL_LDFLAGS

35     LOCAL_LDFLAGS \
48 # and LOCAL_LDFLAGS directly. This is very fragile and can lead to broken
52 libs_in_ldflags := $(filter -l% %.so %.a,$(LOCAL_LDLIBS) $(LOCAL_LDFLAGS))
169 LOCAL_LDFLAGS += $($(my)NO_UNDEFINED_LDFLAGS)
177 LOCAL_LDFLAGS += $($(my)DISABLE_NO_EXECUTE_LDFLAGS)
180 LOCAL_LDFLAGS += $($(my)NO_EXECUTE_LDFLAGS)
187 LOCAL_LDFLAGS += $($(my)DISABLE_RELRO_LDFLAGS)
189 LOCAL_LDFLAGS += $($(my)RELRO_LDFLAGS)
195 LOCAL_LDFLAGS += -Wl,--warn-shared-textrel
200 LOCAL_LDFLAGS += -Wl,--fatal-warnings
214 ifeq (,$(filter -static,$(TARGET_LDFLAGS) $(LOCAL_LDFLAGS) $(NDK_APP_LDFLAGS)))
216 LOCAL_LDFLAGS += -fPIE -pie
314 LOCAL_LDFLAGS += -mthumb
494 my_ldflags := $(TARGET_LDFLAGS) $(LOCAL_LDFLAGS) $(NDK_APP_LDFLAGS)