commit | 59c6413cbda8b4f1563faaefae41d1d8d214ed67 | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Sat Oct 24 22:40:19 2015 -0400 |
committer | Brian Silverman <brians> | Sat Oct 24 22:40:19 2015 -0400 |
tree | 2ef984d322c2776e6d21271c6f717731017a95e2 | |
parent | 17291d8b6bb13d472ae41831434b30f2bc603c93 [diff] |
Fix gyp build Change-Id: I87b4fdb1c5f6b85150b8575767689102fe1d8a8e
diff --git a/aos/build/aos.gyp b/aos/build/aos.gyp index 2c44ed6..bbdb2c9 100644 --- a/aos/build/aos.gyp +++ b/aos/build/aos.gyp
@@ -16,6 +16,7 @@ ['OS=="linux"', { 'sources': [ '<(AOS)/linux_code/logging/linux_interface.cc', + '<(AOS)/common/logging/context.cc', ], 'dependencies': [ '<(AOS)/linux_code/linux_code.gyp:complex_thread_local',