Home
last modified time | relevance | path

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

/frameworks/rs/
Dupdate-prebuilts.py104 def download_build(host, build_number, android_branch, download_dir): argument
106 return download_file(host, build_number, android_branch, filename, download_dir)
109 def download_manifest(host, build_number, android_branch, download_dir): argument
111 return download_file(host, build_number, android_branch, filename, download_dir)
114 def download_file(host, build_number, android_branch, pkg_name, download_dir): argument
117 build_branch=android_branch,
140 def update_renderscript(host, build_number, android_branch, use_current_branch, download_dir, bug): argument
149 package = download_build(host, build_number, android_branch, download_dir)
150 manifest = download_manifest(host, build_number, android_branch, download_dir)
166 build_branch=android_branch,
[all …]