commit | 93766b28ce8ad81bd5a1dd39d7ddd80b65e2a424 | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Thu Oct 16 19:07:41 2014 -0700 |
committer | Dan Albert <danalbert@google.com> | Fri Nov 07 13:24:56 2014 -0800 |
tree | 71f9c1c8707297fa240af39f7f8dbe8ba7f6b496 | |
parent | 87bde62df4e5bb76f058394cd7fff8eaaf7e0d0c [diff] |
Make libc++ the default STL. Previously, code defaulted to using libstdc++ (which was GNU libstdc++ on the host, or Bionic's "libstdc++" on the target). Now we default to libc++. The exception for this is when using mingw, because we cannot build libc++ for mingw. Change-Id: I68726fa26cdcb6263f17c838d3e859debd57fae1