aboutsummaryrefslogblamecommitdiffstats
path: root/build/plugins/files.py
blob: 78a6fe6169d411d8ca367f37b8b1f480a49c1f41 (plain) (tree)
1
2
3
4
5



                                                       
def onfiles(unit, *args):
    args = list(args)
    for arg in args:
        if not arg.startswith('${ARCADIA_BUILD_ROOT}'):
            unit.oncopy_file([arg, arg])