Home
last modified time | relevance | path

Searched refs:vndk_version (Results 1 – 5 of 5) sorted by relevance

/development/vndk/snapshot/
Dupdate.py118 def post_processe_files_if_needed(vndk_version): argument
130 logging.info('Rename {} to have version suffix'.format(vndk_version))
135 os.rename(target_file, name + '.' + str(vndk_version) + ext)
136 if vndk_version == 27:
244 vndk_version = args.vndk_version
246 install_dir = os.path.join(PREBUILTS_VNDK_DIR, 'v{}'.format(vndk_version))
251 'before installing new snapshot.'.format(ver=vndk_version))
271 post_processe_files_if_needed(vndk_version)
273 buildfile_generator = GenBuildFile(install_dir, vndk_version)
281 'Successfully updated VNDK snapshot v{}'.format(vndk_version))
[all …]
Dgen_buildfiles.py70 def __init__(self, install_dir, vndk_version): argument
79 self._vndk_version = vndk_version
615 vndk_version = args.vndk_version
616 install_dir = os.path.join(PREBUILTS_VNDK_DIR, 'v{}'.format(vndk_version))
623 buildfile_generator = GenBuildFile(install_dir, vndk_version)
Dcheck_gpl_license.py263 vndk_version = args.vndk_version
264 install_dir = os.path.join(PREBUILTS_VNDK_DIR, 'v{}'.format(vndk_version))
/development/vndk/tools/header-checker/utils/
Dutils.py173 def make_libraries(product, variant, vndk_version, targets, libs): argument
175 lsdump_paths = read_lsdump_paths(product, variant, vndk_version, targets,
198 def _get_module_variant_dir_name(tag, vndk_version, arch_cpu_str): argument
206 return 'android_vendor.%s_%s_shared' % (vndk_version, arch_cpu_str)
210 def _read_lsdump_paths(lsdump_paths_file_path, vndk_version, targets): argument
243 prefix = _get_module_variant_dir_name(tag, vndk_version,
260 def read_lsdump_paths(product, variant, vndk_version, targets, build=True): argument
266 return _read_lsdump_paths(lsdump_paths_file_abspath, vndk_version,
Dcreate_reference_dumps.py34 def make_libs_for_product(libs, product, variant, vndk_version, targets): argument
37 make_libraries(product, variant, vndk_version, targets, libs)