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

Unified Diff: base/android/linker/config.gni

Issue 1496283003: Port android_must_copy_system_libraries logic GYP->GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | build/config/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/android/linker/config.gni
diff --git a/base/android/linker/config.gni b/base/android/linker/config.gni
index a84aca66b522bedee11ef47e8fd69257a8b51eed..d07caa6dc12c9a046c135d43e65370bbb388dadc 100644
--- a/base/android/linker/config.gni
+++ b/base/android/linker/config.gni
@@ -3,7 +3,9 @@
# found in the LICENSE file.
import("//build/config/android/config.gni")
+import("//build/config/sanitizers/sanitizers.gni")
# Chromium linker crashes on component builds on Android 4.4. See b/11379966
# Chromium linker causes instrumentation to return incorrect results.
-chromium_linker_supported = !is_component_build && !use_order_profiling
+chromium_linker_supported =
+ !is_component_build && !use_order_profiling && !is_asan
« no previous file with comments | « no previous file | build/config/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698