Home | History | Annotate | Download | only in core

Lines Matching refs:cflags

359 #        CFLAGS -> recorded LOCAL_CFLAGS for the module
383 CFLAGS \
538 # 2: export variable name without LOCAL_EXPORT_ prefix (e.g. 'CFLAGS')
548 # 2: export variable name without LOCAL_EXPORT_ prefix (e.g. 'CFLAGS')
829 $(__ndk_modules.$1.CFLAGS) \
838 $(eval __ndk_modules.$1.CFLAGS := $(filter-out $2,$(__ndk_modules.$1.CFLAGS)))\
1132 # Tags are processed by a toolchain-specific function (e.g. TARGET-compute-cflags)
1138 # source file. This is set by the function TARGET-set-cflags
1201 # Macro : set-src-files-target-cflags
1204 # Usage : $(call set-src-files-target-cflags,<sources>,<flags>)
1210 set-src-files-target-cflags = \
1214 # Macro : add-src-files-target-cflags
1217 # Usage : $(call add-src-files-target-cflags,<sources>,<flags>)
1218 # Rationale: A variant of set-src-files-target-cflags that can be used
1222 add-src-files-target-cflags = \
1226 # Macro : get-src-file-target-cflags
1228 # Usage : $(call get-src-file-target-cflags,<source>)
1231 # call using set-src-files-target-cflags or add-src-files-target-cflags
1233 get-src-file-target-cflags = $(LOCAL_SRC_FILES_TARGET_CFLAGS.$1)
1442 _OPTIONS_LISTFILE := $$(_OBJ).cflags
1494 _OPTIONS_LISTFILE := $$(_OBJ).cflags
1611 _FLAGS := $$($$(my)CFLAGS) \
1612 $$(call get-src-file-target-cflags,$(1)) \
1657 _OPTIONS_LISTFILE := $$(_OBJ).cflags
1712 $$(call get-src-file-target-cflags,$(1)) \
1760 $$(call get-src-file-target-cflags,$(1)) \