Lines Matching full:version
5 # Licensed under the Apache License, Version 2.0 (the "License");
17 """Installs VNDK snapshot under prebuilts/vndk/v{version}."""
60 """Installs VNDK snapshot build artifacts to prebuilts/vndk/v{version}.
121 files to have version suffix.
127 vndk_version: int, version of VNDK snapshot
130 logging.info('Rename {} to have version suffix'.format(vndk_version))
179 def commit(branch, build, version): argument
183 Update VNDK snapshot v{version} to build {build}.
186 version=version, branch=branch, build=build)
195 help='VNDK snapshot version to install, e.g. "27".')
249 'The directory for VNDK snapshot version {ver} does not exist.\n'