brians | 343bc11 | 2013-02-10 01:53:46 +0000 | [diff] [blame^] | 1 | { |
| 2 | 'targets': [ |
| 3 | { |
| 4 | 'target_name': 'messages_so', |
| 5 | 'type': 'shared_library', |
| 6 | 'variables': {'no_rsync': 1}, |
| 7 | 'sources': [ |
| 8 | 'DriverStationDisplay.cpp', |
| 9 | ], |
| 10 | 'dependencies': [ |
| 11 | '<(AOS)/build/aos.gyp:aos_shared_lib', |
| 12 | ], |
| 13 | 'export_dependent_settings': [ |
| 14 | '<(AOS)/build/aos.gyp:aos_shared_lib', |
| 15 | ], |
| 16 | 'direct_dependent_settings': { |
| 17 | 'variables': { |
| 18 | 'jni_libs': [ |
| 19 | 'messages_so', |
| 20 | ], |
| 21 | }, |
| 22 | }, |
| 23 | }, |
| 24 | { |
| 25 | 'target_name': 'messages', |
| 26 | 'type': 'static_library', |
| 27 | 'sources': [ |
| 28 | 'DriverStationDisplay.cpp', |
| 29 | ], |
| 30 | 'dependencies': [ |
| 31 | '<(AOS)/atom_code/ipc_lib/ipc_lib.gyp:ipc_lib' |
| 32 | ], |
| 33 | 'export_dependent_settings': [ |
| 34 | '<(AOS)/atom_code/ipc_lib/ipc_lib.gyp:ipc_lib' |
| 35 | ], |
| 36 | }, |
| 37 | ], |
| 38 | } |