commit | 60ddedff0b34f0058780b8cdbdeacef667526d08 | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Tue Feb 20 15:40:02 2018 -0800 |
committer | Tom Cherry <tomcherry@google.com> | Tue Feb 20 15:40:02 2018 -0800 |
tree | 7e301fc90ef9aa777f18bb29441c4554591f2386 | |
parent | d5172fced0f88114e21086db5defaee64371de32 [diff] [blame] |
Build bionic/tests with cpp_std experimental. Test: bionic unit tests still pass. Change-Id: I1ff5c0fa391ae111ac19e863ef0f7f29868406e6
diff --git a/tests/Android.bp b/tests/Android.bp index 5483b6a..ec90296 100644 --- a/tests/Android.bp +++ b/tests/Android.bp
@@ -17,6 +17,7 @@ cc_defaults { name: "bionic_tests_defaults", host_supported: true, + cpp_std: "experimental", target: { darwin: { enabled: false,