[libcxx-commits] [PATCH] D73516: [libcxx] Link against android_support when needed

Shoaib Meenai via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jan 28 09:51:04 PST 2020


smeenai added a comment.

In D73516#1844922 <https://reviews.llvm.org/D73516#1844922>, @danalbert wrote:

> We don't build the NDK's libc++ with CMake. What's the motivation for this?


I'm experimenting with building my own libc++ for Android (using LLVM's runtimes build setup) for testing purposes. I know the NDK's libc++ is built with ndk-build, but having (best-effort) support for Android in libc++'s CMake seems reasonable too.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73516/new/

https://reviews.llvm.org/D73516





More information about the libcxx-commits mailing list