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

Unified Diff: tools/gyp/configurations_android.gypi

Issue 2347823005: Fix standalone VM build for Android for tcmalloc. (Closed)
Patch Set: Created 4 years, 3 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 | « third_party/tcmalloc/tcmalloc.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gyp/configurations_android.gypi
diff --git a/tools/gyp/configurations_android.gypi b/tools/gyp/configurations_android.gypi
index 2aa561bb772ab866a1c3e6c80b7e35fc6fd5d6bf..15ae2a5ce82db1463ea481e22dd077595d70424b 100644
--- a/tools/gyp/configurations_android.gypi
+++ b/tools/gyp/configurations_android.gypi
@@ -45,6 +45,7 @@
],
'cflags': [
'-U__linux__', # Don't allow toolchain to claim -D__linux__
+ '-U__linux',
'-ffunction-sections',
'-funwind-tables',
'-fstack-protector',
« no previous file with comments | « third_party/tcmalloc/tcmalloc.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698