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
This commit is contained in:
bmeurer@chromium.org 2014-08-11 04:04:39 +00:00
parent 5315974b25
commit d63eec33da

View File

@ -79,7 +79,7 @@
],
},
}],
['OS=="android" and android_app_abi=="x86"', {
['OS=="android"', {
'defines': [
'GTEST_HAS_CLONE=0',
],