Home | History | Annotate | Download | only in core

Lines Matching defs:import

1340 # Initialize import list
1341 import-init = $(eval __ndk_import_dirs :=)
1343 # Add an optional single directory to the list of import paths
1345 import-add-path-optional = \
1347 $(call ndk_log,Adding import directory: $1)\
1351 # Add a directory to the list of import paths
1354 import-add-path = \
1356 $(call ndk_log,Adding import directory: $1)\
1359 $(call __ndk_info,WARNING: Ignoring unknown import directory: $1)\
1362 import-find-module = $(strip \
1375 # described in docs/IMPORT-MODULE.TXT
1379 # record the depth of recursive import-module calls. The variable is
1380 # initially empty, and we append a "x" to it each time import-module is
1381 # called. I.e. for three recursive calls to import-module, we would get
1389 # that are not added with import-module) to __ndk_top_modules, corresponding
1392 import-module = \
1395 $(call __ndk_info,$(call local-makefile): Cannot import module with spaces in tag: '$(__import_tag)')\
1398 $(call ndk_log,Skipping duplicate import for module with tag '$(__import_tag)')\
1401 $(eval __imported_path := $(call import-find-module,$(__import_tag)))\
1409 $(call __ndk_info,$(call local-makefile): Cannot find module with tag '$(__import_tag)' in import path)\
1421 import-debug = \
1422 $(info IMPORT DIRECTORIES:)\
1535 $(call import-module,$(NDK_STL.$1.IMPORT_MODULE))