Home
last modified time | relevance | path

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

/development/vndk/snapshot/
Dupdate.py118 def post_processe_files_if_needed(vndk_version): argument
132 os.rename(target_file, name + '.' + str(vndk_version) + ext)
236 vndk_version = args.vndk_version
238 install_dir = os.path.join(PREBUILTS_VNDK_DIR, 'v{}'.format(vndk_version))
243 'before installing new snapshot.'.format(ver=vndk_version))
263 post_processe_files_if_needed(vndk_version)
265 buildfile_generator = GenBuildFile(install_dir, vndk_version)
273 'Successfully updated VNDK snapshot v{}'.format(vndk_version))
284 commit(args.branch, args.build, vndk_version)
287 vndk_version))
Dutils.py62 def vndk_version_int(vndk_version): argument
66 version_int = int(vndk_version)
Dgen_buildfiles.py91 def __init__(self, install_dir, vndk_version): argument
100 self._vndk_version = vndk_version
677 vndk_version = args.vndk_version
678 install_dir = os.path.join(PREBUILTS_VNDK_DIR, 'v{}'.format(vndk_version))
685 buildfile_generator = GenBuildFile(install_dir, vndk_version)
Dcheck_gpl_license.py289 vndk_version = args.vndk_version
290 install_dir = os.path.join(PREBUILTS_VNDK_DIR, 'v{}'.format(vndk_version))
/development/vndk/tools/header-checker/utils/
Dutils.py161 def make_libraries(product, variant, vndk_version, targets, libs): argument
163 lsdump_paths = read_lsdump_paths(product, variant, vndk_version, targets,
189 def _get_module_variant_dir_name(tag, vndk_version, arch_cpu_str): argument
197 return 'android_vendor.%s_%s_shared' % (vndk_version, arch_cpu_str)
201 def _read_lsdump_paths(lsdump_paths_file_path, vndk_version, targets): argument
234 prefix = _get_module_variant_dir_name(tag, vndk_version,
248 def read_lsdump_paths(product, variant, vndk_version, targets, build=True): argument
254 return _read_lsdump_paths(lsdump_paths_file_abspath, vndk_version,
Dcreate_reference_dumps.py33 def make_libs_for_product(libs, product, variant, vndk_version, targets): argument
36 make_libraries(product, variant, vndk_version, targets, libs)