Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: build-v8.gypi

Issue 29757568: Noissue - use -fPIC for android, required by libadbblockplus-android and descendants (Closed) Base URL: https://github.com/adblockplus/libadblockplus@30d67cf0eded534232005f045cc41d5c717715ff
Patch Set: Created April 20, 2018, 9:49 a.m.
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
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-v8.gypi
diff --git a/build-v8.gypi b/build-v8.gypi
index d4ad519a83bf67710ecf485b96da95d0b1b79338..e612485686a6aba1db1003a690743268a3b59c15 100644
--- a/build-v8.gypi
+++ b/build-v8.gypi
@@ -15,7 +15,7 @@
],
},
'conditions': [
- ['OS=="linux" or OS=="mac"', {
+ ['OS=="linux" or OS=="mac" or OS=="android"', {
'target_defaults': {
'cflags': [ '-fPIC' ],
'cflags_cc': [ '-fPIC' ]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld