From d63eec33da26270001f55c37e68212703579663e Mon Sep 17 00:00:00 2001 From: "bmeurer@chromium.org" Date: Mon, 11 Aug 2014 04:04:39 +0000 Subject: [PATCH] Android fix for gtest.gyp. TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/453363002 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23018 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- testing/gtest.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/gtest.gyp b/testing/gtest.gyp index 1fda42c02b..badfaa5d27 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', ],