commit | 4aeac5faab7cdf1b6864c1ecb59e986cd67faae6 | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Tue Feb 11 22:17:07 2014 -0800 |
committer | Brian Silverman <brians> | Tue Feb 11 22:17:07 2014 -0800 |
tree | 88ba6b0ec4948875b757c7740d8d9390e9d4b5cc | |
parent | 5f8c492d840b22c33758fd2273fa5fde4d66d04f [diff] [blame] |
wrote the stuff for putting MessageTypes in shm (untested)
diff --git a/aos/common/logging/logging.gyp b/aos/common/logging/logging.gyp index b6b339a..ad20166 100644 --- a/aos/common/logging/logging.gyp +++ b/aos/common/logging/logging.gyp
@@ -11,5 +11,15 @@ '<(AOS)/build/aos.gyp:logging', ], }, + { + 'target_name': 'queue_logging', + 'type': 'static_library', + 'sources': [ + 'queue_logging.cc', + ], + 'dependencies': [ + '<(AOS)/common/common.gyp:queue_types', + ], + }, ], }