| commit | c95654cb0e1786080ee3a9ac3d51be460e31208e | [log] [tgz] |
|---|---|---|
| author | Zach Johnson <zachoverflow@google.com> | Wed Nov 18 12:51:57 2020 -0800 |
| committer | Zach Johnson <zachoverflow@google.com> | Wed Nov 18 12:51:57 2020 -0800 |
| tree | daa9c4fea0a1aaee614605390789420fa954d396 | |
| parent | 93dc6fced3e14bfb9f28c82e8700e85e61752038 [diff] [blame] |
allow libcxx to be used from host builds Bug: 171749953 Test: compile Change-Id: Ib9862254e14f4587cb5e8766eb1a74ebb2c5366c
diff --git a/Android.bp b/Android.bp index 3786ac3..9d57757 100644 --- a/Android.bp +++ b/Android.bp
@@ -14,6 +14,7 @@ "libcxxbridge03", ], shared_libs: ["libc++"], + host_supported: true, } cc_library_static {