aboutsummaryrefslogtreecommitdiffstats
path: root/build/plugins/files.py
blob: 0381aa792ef25e8e24e09010175f34cc78299513 (plain) (blame)
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])