commit | 21b56ebbd49362d293e1f56c4b3265c227bbbbae | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Oct 20 17:57:17 2017 -0700 |
committer | Elliott Hughes <enh@google.com> | Wed Dec 13 09:01:35 2017 -0800 |
tree | 5f86bae235f84b48c20d66d9973118133e945892 | |
parent | eb7347aedbc61ba45555aef3e6e863f0d90b407b [diff] [blame] |
Test POSIX 1003.1 2016 chapter 13 "Headers". And fix one thing that this found: apparently <stdlib.h> should also make the various *WAIT* macros available. Bug: N/A Test: builds Change-Id: Id879bf3c1bddd1170261a809e7280150a74d6b3d
diff --git a/tests/Android.bp b/tests/Android.bp index 28df084..7f69cb1 100644 --- a/tests/Android.bp +++ b/tests/Android.bp
@@ -645,4 +645,4 @@ }, } -subdirs = ["libs"] +subdirs = ["*"]