Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(192)

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

Issue 2931283002: android: Attempt to fix ARMv6 cronet build with clang. (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | 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 ea55411920e986b574ef9356eb4cb004e7669914..2c6e5f2156383abe1d02e95478b2dc91ac6c9672 100644
--- a/build/config/android/BUILD.gn
+++ b/build/config/android/BUILD.gn
@@ -150,7 +150,7 @@ config("runtime_library") {
]
# Clang with libc++ does not require an explicit atomic library reference.
- if (!is_clang) {
+ if (!is_clang || (current_cpu == "arm" && arm_version == 6)) {
libs += [ "atomic" ]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698