Home | History | Annotate | Download | only in core

Lines Matching refs:MAKEFILE

27 # Macro    : this-makefile
28 # Returns : the name of the current Makefile in the inclusion stack
29 # Usage : $(this-makefile)
31 this-makefile = $(lastword $(MAKEFILE_LIST))
34 # Macro : local-makefile
36 # Usage : $(local-makefile)
38 local-makefile = $(lastword $(filter %Android.mk,$(MAKEFILE_LIST)))
361 # MAKEFILE -> The Android.mk where the module is defined.
404 modules-LOCALS += MAKEFILE
481 $(call __ndk_info,But this module was already defined by $(__ndk_modules.$1.MAKEFILE).)\
853 $(call __ndk_info,WARNING: Ignoring invalid values in LOCAL_CPP_FEATURES definition in $(__ndk_modules.$1.MAKEFILE): $(__cxxbad))\
916 # 2: name of Makefile where the variable should be defined
917 # 3: name/description of the Makefile where the check is done, which
929 # Arguments: 1: name/description of the included build Makefile where the
935 $(call check-user-define,LOCAL_MODULE,$(local-makefile),$(1)) \
937 $(call __ndk_info,LOCAL_MODULE definition in $(local-makefile) must not contain space)\
1064 # Returns : the directory of the current Makefile
1079 # Returns : list of all makefiles in subdirectories of the current Makefile's
1594 $(call __ndk_info,$(call local-makefile): Cannot import module with spaces in tag: '$(__import_tag)')\
1608 $(call __ndk_info,$(call local-makefile): Cannot find module with tag '$(__import_tag)' in import path)\