commit | e27955ca3ca960928d4dbd6cb79711fce06950b3 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Aug 26 15:21:24 2011 -0700 |
committer | Elliott Hughes <enh@google.com> | Fri Aug 26 16:30:02 2011 -0700 |
tree | bbf56dbaecba643099e5831ea502d57901dcb714 | |
parent | ba5ebb944b7c5c6a1b754b6dd47eed96f39aea29 [diff] |
Add the signal catcher (for SIGQUIT and SIGUSR1). Also fix some of the thread implementation. Change-Id: If2d1b59a149ba1ac192ad9bc74319c8dff228549
diff --git a/build/Android.common.mk b/build/Android.common.mk index 4adf494..26e4891 100644 --- a/build/Android.common.mk +++ b/build/Android.common.mk
@@ -78,6 +78,7 @@ src/os_linux.cc \ src/reference_table.cc \ src/runtime.cc \ + src/signal_catcher.cc \ src/space.cc \ src/stringpiece.cc \ src/stringprintf.cc \