summaryrefslogtreecommitdiff
path: root/stl.bp
diff options
context:
space:
mode:
Diffstat (limited to 'stl.bp')
-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,
}