We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c544ece commit 17d52f1Copy full SHA for 17d52f1
patch/patches/buildtools.patch
@@ -15,3 +15,16 @@ index 6cd5a55..8ea6885 100644
15
} else {
16
link_target_type = "shared_library"
17
}
18
+diff --git a/third_party/libc++abi/BUILD.gn b/third_party/libc++abi/BUILD.gn
19
+index 50dc8ae..e521055 100644
20
+--- third_party/libc++abi/BUILD.gn
21
++++ third_party/libc++abi/BUILD.gn
22
+@@ -7,7 +7,7 @@ import("//build/config/c++/c++.gni")
23
+ # TODO(thomasanderson): Remove this conditional once Android builds always set
24
+ # use_custom_libcxx=true.
25
+ if (use_custom_libcxx) {
26
+- source_set("libc++abi") {
27
++ static_library("libc++abi") {
28
+ visibility = [ "//buildtools/third_party/libc++" ]
29
+ deps = []
30
+
0 commit comments