Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Clang and libc++ for Android build #260

Closed
GoogleCodeExporter opened this issue Apr 22, 2015 · 5 comments
Closed

Support Clang and libc++ for Android build #260

GoogleCodeExporter opened this issue Apr 22, 2015 · 5 comments

Comments

@GoogleCodeExporter
Copy link

As of r439, Mozc for Android is using STLPort by default.  However, dependency 
on STLPort is a blocker to enable C++11 library features, e.g., Issue 242, 
which requires std::unique_ptr support.  We need to switch to up-to-date C++ 
STL library.

One possible solution would be switching to GNU libstdc++, but probably we may 
prefer libc++ with Clang, which is released under more permissive licenses (the 
MIT license and the UIUC License).

Original issue reported on code.google.com by yukawa@google.com on 13 Dec 2014 at 6:07

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant