Home | History | Annotate | Download | only in core

Lines Matching defs:export

338 # Function : module-get-export
340 # 2: export variable name without LOCAL_EXPORT_ prefix (e.g. 'CFLAGS')
342 # Usage : $(call module-get-export,<modulename>,<varname>)
345 module-get-export = $(__ndk_modules.$1.EXPORT_$2)
348 # Function : module-get-listed-export
350 # 2: export variable name without LOCAL_EXPORT_ prefix (e.g. 'CFLAGS')
352 # Usage : $(call module-get-listed-export,<module-list>,<varname>)
356 module-get-listed-export = $(strip \
358 $(call module-get-export,$(__listed_module),$2)\