Lines Matching full:version
5 # Licensed under the Apache License, Version 2.0 (the "License");
17 """Builds a database of symbol version introductions."""
53 def add_symbols(symbols, symbol_file_path, version, arch, is_var): argument
67 symbols[name][introduced_tag] = version
71 symbols[name][introduced_tag] = version
75 """Returns a dict of symbols and their version information.
96 for version in versions:
99 THIS_DIR, 'platforms', 'android-' + str(version),
105 logger().info('Processing android-%d arch-%s', version, arch)
110 add_symbols(symbols, funcs_file, version, arch, is_var='false')
115 add_symbols(symbols, vars_file, version, arch, is_var='true')