1# The functions in this file let the vendors build and copy tools/libraries 2# that they may find necessary for their products. 3 4from files_to_include import DLLS, WINDOWS_BUILDABLE_DLLS, BINARIES, VS_PROJECTS_FROM_CMAKE 5 6 7def build_dlls(crosvm_root, mode, job_type = "local", features=[]): 8 pass 9 10 11def copy_dlls(crosvm_root, target_paths, mode): 12 pass 13