summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Prichard <rprichard@google.com>2018-03-29 21:31:46 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-03-29 21:31:46 +0000
commit90ec4adf8b56b07fb216d0dddda9d57908f9b5c6 (patch)
tree7301bdf2bddf1eeb53cf289b0b529a4d9817c93c
parente5a77d9bcab8eae445041c5a8a63f3d380d963d7 (diff)
parent4f5e500adea331284a11a067072d79139afd8002 (diff)
downloadndk-o-mr1-iot-preview-8.tar.gz
-rw-r--r--stl.bp19
1 files changed, 19 insertions, 0 deletions
diff --git a/stl.bp b/stl.bp
index 0abba1ef4..fc1648dc7 100644
--- a/stl.bp
+++ b/stl.bp
@@ -5,6 +5,25 @@ libcxx_includes = [
]
ndk_prebuilt_static_stl {
+ name: "ndk_libandroid_support",
+}
+
+ndk_prebuilt_static_stl {
+ name: "ndk_libc++abi",
+}
+
+// The LLVM libunwind unwinder. This unwinder is only used for arm32.
+ndk_prebuilt_static_stl {
+ name: "ndk_libunwind",
+ enabled: false,
+ arch: {
+ arm: {
+ enabled: true,
+ },
+ },
+}
+
+ndk_prebuilt_static_stl {
name: "ndk_libc++_static",
export_include_dirs: libcxx_includes,
}