Home | History | Annotate | Download | only in core

Lines Matching refs:IMPORT

1539 # Initialize import list
1540 import-init = $(eval __ndk_import_dirs :=)
1542 # Add an optional single directory to the list of import paths
1544 import-add-path-optional = \
1546 $(call ndk_log,Adding import directory: $1)\
1550 # Add a directory to the list of import paths
1553 import-add-path = \
1555 $(call ndk_log,Adding import directory: $1)\
1558 $(call __ndk_info,WARNING: Ignoring unknown import directory: $1)\
1561 import-find-module = $(strip \
1574 # described in docs/IMPORT-MODULE.TXT
1578 # record the depth of recursive import-module calls. The variable is
1579 # initially empty, and we append a "x" to it each time import-module is
1580 # called. I.e. for three recursive calls to import-module, we would get
1588 # that are not added with import-module) to __ndk_top_modules, corresponding
1591 import-module = \
1594 $(call __ndk_info,$(call local-makefile): Cannot import module with spaces in tag: '$(__import_tag)')\
1597 $(call ndk_log,Skipping duplicate import for module with tag '$(__import_tag)')\
1600 $(eval __imported_path := $(call import-find-module,$(__import_tag)))\
1608 $(call __ndk_info,$(call local-makefile): Cannot find module with tag '$(__import_tag)' in import path)\
1620 import-debug = \
1621 $(info IMPORT DIRECTORIES:)\
1729 $(call import-module,$(NDK_STL.$1.IMPORT_MODULE))