commit | 85ea32b02a2b281ee5092ef8c31c44a0ba3452a4 | [log] [tgz] |
---|---|---|
author | Ben Wagner <bungeman@google.com> | Wed Mar 16 17:10:42 2016 -0400 |
committer | Stephen Hines <srhines@google.com> | Tue Mar 22 16:48:08 2016 +0000 |
tree | 863173a22398555d7d18a6ec3ac04222378cb1a6 | |
parent | 6b6c7fdf650d986b89ef6a353c0b0f119bf68b3d [diff] |
Switch frameworks/base/core/jni from gcc to clang. Switch from gcc to clang and fix errors detected. The immediate motivation is that gcc with libc++ stl does not use 'explicit' in the stl, causing issues for use of unique_ptr. The longer term motivation is to fully move to clang. BUG=22414716 Change-Id: If77436c1e7601f20289603862be33b85880ab4bd (cherry picked from commit 60b1c8ef860b8cd5a1fa453a8951d6e8d7c44734)