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

Unified Diff: build/android/pack_relocations.gypi

Issue 1263713005: Link libc++_shared with asan=1 on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added a comment Created 5 years, 4 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 | « build/android/native_app_dependencies.gypi ('k') | build/android/setup.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pack_relocations.gypi
diff --git a/build/android/pack_relocations.gypi b/build/android/pack_relocations.gypi
index 8567fa6e45f18a2eb2e81a432da533476f91eda4..61b4e2c47045234eae7b6769aaa66961c6ae5e06 100644
--- a/build/android/pack_relocations.gypi
+++ b/build/android/pack_relocations.gypi
@@ -67,7 +67,7 @@
'--stamp=<(stamp)',
],
}],
- ['component == "shared_library"', {
+ ['android_must_copy_system_libraries == 1', {
# Add a fake output to force the build to always re-run this step. This
# is required because the real inputs are not known at gyp-time and
# changing base.so may not trigger changes to dependent libraries.
« no previous file with comments | « build/android/native_app_dependencies.gypi ('k') | build/android/setup.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698