blob: 44e4b083c9306a34f68cabf8ec0bf85b20fb2632 [file] [log] [blame]
{
'targets': [
{
'target_name': 'starter_exe',
'type': 'executable',
'sources': [
'starter.cpp',
],
'dependencies': [
'<(AOS)/build/aos.gyp:libaos',
],
'copies': [
{
'destination': '<(rsync_dir)',
'files': [
'starter.sh',
'starter_loop.sh',
],
},
],
},
],
}