Lines Matching refs:strip
48 assert-defined = $(foreach __varname,$(strip $1),\
49 $(if $(strip $($(__varname))),,\
64 $(if $(strip $($(__varname))),,\
329 link-whole-archives = $(if $(strip $1),$(call link-whole-archive-flags,$1))
501 $(if $(strip $(__ndk_import_depth)),,\
509 $(eval LOCAL_$(__field) := $(call strip-lib-prefix,$(LOCAL_$(__field)))))\
554 module-get-listed-export = $(strip \
577 $(eval __fieldval := $(strip $(__ndk_modules.$(__mod).$(__field))))\
630 module-is-static-library = $(strip \
640 module-is-shared-library = $(strip \
677 module-get-all-static-libs = $(strip \
695 module-get-direct-libs = $(strip \
735 module-get-link-libs = $(strip \
757 module-extract-whole-static-libs = $(strip \
786 modules-get-all-installable = $(strip \
793 module-get-c++-extensions = $(strip \
809 module-has-c++-sources = $(strip $(call module-get-c++-sources,$1))
828 module-get-c++-flags = $(strip \
847 module-flags-have-rtti = $(strip \
855 module-flags-have-exceptions = $(strip \
871 $(if $(strip $(__ndk_modules.$1.CPP_FEATURES)),\
875 $(eval __ndk_modules.$1.CPP_FEATURES := $(strip $(filter-out $(__cxxbad),$(__ndk_modules.$1.CPP_FEATURES))))\
878 $(eval __ndk_modules.$1.CPP_FEATURES := $(strip \
891 module-has-c++-features = $(strip \
905 $(if $(call strip,$2),$(call ndk_log,Add dependency '$(call strip,$2)' to module '$1'))\
907 $(if $(call strip,$3),$(call ndk_log,Add dependency '$(call strip,$3)' to module '$1'))\
909 $(if $(call strip,$4),$(call ndk_log,Add dependency '$(call strip,$4)' to module '$1'))\
945 check-user-define = $(if $(strip $($1)),,\
973 $(if $(strip $(LOCAL_MODULE_FILENAME)),\
1023 LOCAL_MODULE_FILENAME := $$(strip $$(LOCAL_MODULE_FILENAME))
1040 LOCAL_MODULE_FILENAME := $$(strip $$(LOCAL_MODULE_FILENAME))
1075 # This is used to strip any lib prefix from LOCAL_MODULE, then check that
1084 $(eval LOCAL_MODULE := $$(call strip-lib-prefix,$$(LOCAL_MODULE)))
1305 get-object-name = $(strip \
1326 get-rs-scriptc-name = $(strip \
1336 get-rs-bc-name = $(strip \
1346 get-rs-so-name = $(strip \
1507 cd $$(call host-path,$$(dir $$(PRIVATE_RS_SRC))) && $$(PRIVATE_RS_CC) -o $$(call host-path,$$(abspath $$(dir $$(PRIVATE_OBJ))))/ -d $$(abspath $$(call host-path,$$(dir $$(PRIVATE_OBJ)))) -MD -reflect-c++ -target-api $(strip $(subst android-,,$(APP_PLATFORM))) $$(PRIVATE_RS_FLAGS) $$(notdir $$(PRIVATE_RS_SRC))
1517 cd $$(call host-path,$$(dir $$(PRIVATE_RS_SRC))) && $$(PRIVATE_RS_CC) -o $$(call host-path,$$(abspath $$(dir $$(PRIVATE_OBJ))))/ -d $$(abspath $$(call host-path,$$(dir $$(PRIVATE_OBJ)))) -MD -reflect-c++ -target-api $(strip $(subst android-,,$(APP_PLATFORM))) $$(PRIVATE_RS_FLAGS) $$(notdir $$(PRIVATE_RS_SRC))
1812 $(if $(strip $(wildcard $1)),\
1821 $(if $(strip $(wildcard $1)),\
1828 import-find-module = $(strip \
1833 $(if $(strip $(wildcard $(__import_dir)/$1/Android.mk)),\
1859 $(eval __import_tag := $(strip $1))\
1977 $(eval __ndk_stl := $(strip $1)) \
1979 $(eval NDK_STL.$(__ndk_stl).IMPORT_MODULE := $(strip $2)) \
1980 $(eval NDK_STL.$(__ndk_stl).STATIC_LIBS := $(strip $(call strip-lib-prefix,$3))) \
1981 $(eval NDK_STL.$(__ndk_stl).SHARED_LIBS := $(strip $(call strip-lib-prefix,$4))) \
1982 $(eval NDK_STL.$(__ndk_stl).LDLIBS := $(strip $5))