Reviewers: Michael Achenbach,

Message:
Committed patchset #1 manually as 23018 (presubmit successful).

Description:
Android fix for gtest.gyp.

[email protected]

Committed: https://code.google.com/p/v8/source/detail?r=23018

Please review this at https://codereview.chromium.org/453363002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+1, -1 lines):
  M testing/gtest.gyp


Index: testing/gtest.gyp
diff --git a/testing/gtest.gyp b/testing/gtest.gyp
index 1fda42c02b82f962bb46fdc698a4df7bd7d56437..badfaa5d27e5c8903bb10b319df4d88f2eedbf88 100644
--- a/testing/gtest.gyp
+++ b/testing/gtest.gyp
@@ -79,7 +79,7 @@
             ],
           },
         }],
-        ['OS=="android" and android_app_abi=="x86"', {
+        ['OS=="android"', {
           'defines': [
             'GTEST_HAS_CLONE=0',
           ],


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to