Index: build/config/android/BUILD.gn |
diff --git a/build/config/android/BUILD.gn b/build/config/android/BUILD.gn |
index 8343861ab103a02cec8cde5e940b3994a2098f62..a876cc5112fe670bcba40d6b91a23ed55ef6ff8b 100644 |
--- a/build/config/android/BUILD.gn |
+++ b/build/config/android/BUILD.gn |
@@ -121,6 +121,12 @@ config("runtime_library") { |
} else { |
libs = [ "c++_static" ] |
} |
+ libs += [ |
jbudorick
2016/09/03 18:41:01
... and because -lc++ didn't work, I had to specif
|
+ "c++abi", |
+ "android_support", |
+ "unwind", |
+ "atomic", |
+ ] |
# Manually link the libgcc.a that the cross compiler uses. This is |
# absolute because the linker will look inside the sysroot if it's not. |