Home | History | Annotate | Download | only in core

Lines Matching full:eval

95 generate-dir = $(eval $(call ev-generate-dir,$1))
116 generate-file-dir = $(eval $(call ev-generate-file-dir,$1))
313 generate-list-file = $(eval $(call generate-list-file-ev,$1,$2))
331 $(eval _start := -Wl,--whole-archive)\
332 $(eval _end := -Wl,--no-whole-archive)\
445 $(eval __ndk_modules.$(__mod).$(__field) := $(empty))\
448 $(eval __ndk_modules := $(empty_set)) \
449 $(eval
450 $(eval __ndk_import_list := $(empty)) \
451 $(eval __ndk_import_depth := $(empty))
484 $(eval __ndk_modules := $(call set_insert,$(__ndk_modules),$1))\
486 $(eval __ndk_top_modules := $(call set_insert,$(__ndk_top_modules),$1))\
489 $(eval LOCAL_INSTALLED := $(NDK_APP_DST_DIR)/$(notdir $(LOCAL_BUILT_MODULE)))\
492 $(eval LOCAL_$(__field) := $(call strip-lib-prefix,$(LOCAL_$(__field)))))\
494 $(eval __ndk_modules.$1.$(__local) := $(LOCAL_$(__local)))\
551 $(eval LOCAL_$(__local) := $(__ndk_modules.$1.$(__local)))\
560 $(eval __fieldval := $(strip $(__ndk_modules.$(__mod).$(__field))))\
603 $(eval __ndk_modules.$1.$3 += $(filter-out $(__ndk_modules.$1.$3),$2))
718 $(eval _ndk_mod_link_module := $1) \
740 $(eval _ndk_mod_whole_all := $(call map,module-get-whole-static-libs,$1 $2))\
741 $(eval _ndk_mod_whole_result := $(filter $(_ndk_mod_whole_all),$2))\
784 $(eval __files := $(__ndk_modules.$1.SRC_FILES:%.neon=%)) \
785 $(eval __files := $(__files:%.arm=%)) \
786 $(eval __extensions := $(call module-get-c++-extensions,$1))\
819 $(eval __ndk_modules.$1.CFLAGS := $(filter-out $2,$(__ndk_modules.$1.CFLAGS)))\
820 $(eval __ndk_modules.$1.CPPFLAGS := $(filter-out $2,$(__ndk_modules.$1.CPPFLAGS)))\
821 $(eval __ndk_modules.$1.CXXFLAGS := $(filter-out $2,$(__ndk_modules.$1.CXXFLAGS)))
851 $(eval __cxxbad := $(filter-out rtti exceptions,$(__ndk_modules.$1.CPP_FEATURES)))\
854 $(eval __ndk_modules.$1.CPP_FEATURES := $(strip $(filter-out $(__cxxbad),$(__ndk_modules.$1.CPP_FEATURES))))\
857 $(eval __ndk_modules.$1.CPP_FEATURES := $(strip \
871 $(eval __cxxdeps := $(call module-get-all-dependencies,$1))\
872 $(eval __cxxflags := $(foreach __cxxdep,$(__cxxdeps),$(__ndk_modules.$(__cxxdep).CPP_FEATURES)))\
884 $(eval __ndk_modules.$1.STATIC_LIBRARIES += $(2))\
886 $(eval __ndk_modules.$1.SHARED_LIBRARIES += $(3))
906 $(eval NDK_PROJECT_PATH ?= .)\
968 handle-module-filename = $(eval $(call ev-handle-module-filename,$1,$2))
1003 $$(eval $$(call ev-check-module-filename))
1007 handle-prebuilt-module-filename = $(eval $(call ev-handle-prebuilt-module-filename,$1))
1023 $$(eval $$(call ev-check-module-filename))
1035 $(eval LOCAL_BUILT_MODULE := $(TARGET_OUT)/$(LOCAL_MODULE_FILENAME))\
1036 $(eval LOCAL_OBJS_DIR := $(TARGET_OBJS)/$(LOCAL_MODULE))
1060 $(eval LOCAL_MODULE := $$(call strip-lib-prefix,$$(LOCAL_MODULE)))
1130 $(eval LOCAL_SRC_TAG.$(__tag) := $(empty)) \
1133 $(eval LOCAL_SRC_FILES_TAGS.$(__src) := $(empty)) \
1134 $(eval LOCAL_SRC_FILES_TARGET_CFLAGS.$(__src) := $(empty)) \
1135 $(eval LOCAL_SRC_FILES_TEXT.$(__src) := $(empty)) \
1137 $(eval LOCAL_SRC_TAGS := $(empty_set))
1147 $(eval LOCAL_SRC_TAGS := $(call set_insert,$2,$(LOCAL_SRC_TAGS))) \
1148 $(eval LOCAL_SRC_TAG.$2 := $(call set_union,$1,$(LOCAL_SRC_TAG.$2))) \
1150 $(eval LOCAL_SRC_FILES_TAGS.$(__src) += $2) \
1179 set-src-files-target-cflags = $(foreach __src,$1,$(eval LOCAL_SRC_FILES_TARGET_CFLAGS.$(__src) := $2))
1190 add-src-files-target-cflags = $(foreach __src,$1,$(eval LOCAL_SRC_FILES_TARGET_CFLAGS.$(__src) += $2))
1213 set-src-files-text = $(foreach __src,$1,$(eval LOCAL_SRC_FILES_TEXT.$(__src) := $2))
1273 $(eval __obj := $1)\
1275 $(eval __obj := $(__obj:%$(__ext)=%$(TARGET_OBJ_EXTENSION)))\
1281 $(eval TARGET_OBJ_EXTENSION=.o)\
1282 $(eval LOCAL_CPP_EXTENSION ?= .cpp)\
1380 $$(eval $$(call ev-build-file))
1425 $$(eval $$(call ev-build-file))
1443 $$(eval $$(call ev-build-file))
1452 # Usage : $(eval $(call ev-compile-c-source,<srcfile>,<objfile>)
1471 $$(eval $$(call ev-build-source-file))
1482 compile-c-source = $(eval $(call ev-compile-c-source,$1,$2))
1492 compile-s-source = $(eval $(call ev-compile-c-source,$1,$2))
1500 # Usage : $(eval $(call ev-compile-cpp-source,<srcfile>,<objfile>)
1522 $$(eval $$(call ev-build-source-file))
1533 compile-cpp-source = $(eval $(call ev-compile-cpp-source,$1,$2))
1540 import-init = $(eval __ndk_import_dirs :=)
1547 $(eval __ndk_import_dirs += $1)\
1556 $(eval __ndk_import_dirs += $1)\
1562 $(eval __imported_module :=)\
1567 $(eval __imported_module := $(__import_dir)/$1)\
1592 $(eval
1600 $(eval __imported_path := $(call import-find-module,$(__import_tag)))\
1603 $(eval __ndk_import_depth := $(__ndk_import_depth)x) \
1604 $(eval __ndk_import_list := $(call set_insert,$(__ndk_import_list),$(__import_tag)))\
1605 $(eval include $(__imported_path)/Android.mk)\
1606 $(eval __ndk_import_depth := $(__ndk_import_depth:%x=%))\
1637 $(eval NDK_MODULE_CLASSES += $1) \
1638 $(eval NDK_MODULE_CLASS.$1.FILE_PREFIX := $2) \
1639 $(eval NDK_MODULE_CLASS.$1.FILE_SUFFIX := $3) \
1640 $(eval NDK_MODULE_CLASS.$1.INSTALLABLE := $(false)) \
1653 $(eval NDK_MODULE_CLASS.$1.INSTALLABLE := $(true))
1709 $(eval __ndk_stl := $(strip $1)) \
1710 $(eval NDK_STL_LIST += $(__ndk_stl)) \
1711 $(eval NDK_STL.$(__ndk_stl).IMPORT_MODULE := $(strip $2)) \
1712 $(eval NDK_STL.$(__ndk_stl).STATIC_LIBS := $(strip $(call strip-lib-prefix,$3))) \
1713 $(eval NDK_STL.$(__ndk_stl).SHARED_LIBS := $(strip $(call strip-lib-prefix,$4)))