blob: 4a401205b8587d4682fe0af5341631669a8a84c9 [file] [log] [blame]
{
'type': 'none',
'actions': [
{
'action_name': 'copy',
'inputs': [
'<(src)',
],
'outputs': [
'<(dst)',
],
'action': [
'cp', '<(src)', '<(dst)',
],
'message': 'Copying static library <(src) to <(dst)',
},
],
}