blob: a5286cc7687acb19ed12a05cf165875b2415669e [file] [log] [blame]
{
'targets': [
{
'target_name': 'messages_so',
'type': 'shared_library',
'variables': {'no_rsync': 1},
'sources': [
'DriverStationDisplay.cpp',
],
'dependencies': [
'<(AOS)/build/aos.gyp:aos_shared_lib',
'<(AOS)/build/aos.gyp:logging',
],
'export_dependent_settings': [
'<(AOS)/build/aos.gyp:aos_shared_lib',
],
'direct_dependent_settings': {
'variables': {
'jni_libs': [
'messages_so',
],
},
},
},
{
'target_name': 'messages',
'type': 'static_library',
'sources': [
'DriverStationDisplay.cpp',
],
'dependencies': [
'<(AOS)/atom_code/ipc_lib/ipc_lib.gyp:ipc_lib',
],
'export_dependent_settings': [
'<(AOS)/atom_code/ipc_lib/ipc_lib.gyp:ipc_lib',
],
},
],
}