commit | e6c57fcb05b0dcbfa8129bb6f7d99093f4819370 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri May 23 20:06:03 2014 -0700 |
committer | Elliott Hughes <enh@google.com> | Fri May 23 20:06:03 2014 -0700 |
tree | f38faa450b25c99cea2af970268a3fefe7421266 | |
parent | 1c4d83012fea4e6d011215bef1665cf68d2ac47c [diff] [blame] |
Add C11 <stdatomic.h>. Bug: 14903517 Change-Id: I631dbfdaa698cf7fea8e3b5e18a32586383e62a5
diff --git a/tests/Android.mk b/tests/Android.mk index 37aeec3..d753acc 100644 --- a/tests/Android.mk +++ b/tests/Android.mk
@@ -87,6 +87,7 @@ stack_protector_test.cpp \ stack_unwinding_test.cpp \ stack_unwinding_test_impl.c \ + stdatomic_test.cpp \ stdint_test.cpp \ stdio_test.cpp \ stdlib_test.cpp \