Chromium Code Reviews

Unified Diff: build/config/android/BUILD.gn

Issue 2193943002: [Android] Roll to NDK r12b. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: No more -lc++ & update host gdb client path. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « build/android/adb_gdb ('k') | build/config/android/config.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « build/android/adb_gdb ('k') | build/config/android/config.gni » ('j') | no next file with comments »

Powered by Google App Engine