Home
last modified time | relevance | path

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

/packages/modules/ArtPrebuilt/
Dupdate-art-module-prebuilts.py165 def install_entry(branch, target, build, local_dist, entry): argument
175 check_call(["cp", os.path.join(local_dist, entry.source_path), install_dir])
245 if ((not args.build and not args.local_dist) or
246 (args.build and args.local_dist)):
282 install_entry(args.branch, target, args.build, args.local_dist, entry)