Chromium Code Reviews| Index: build/android/cpufeatures.gypi |
| diff --git a/build/android/cpufeatures.gypi b/build/android/cpufeatures.gypi |
| index 17b262c977cc9bb8dad59c403600eeae8db0304b..96de2824df54d80c32908b312e8745d874eb4f8a 100644 |
| --- a/build/android/cpufeatures.gypi |
| +++ b/build/android/cpufeatures.gypi |
| @@ -7,7 +7,7 @@ |
| # gyp file in the checked-in NDK to build it. |
| { |
| 'conditions': [ |
| - ['android_build_type != 0', { |
| + ['android_webview_build == 1', { |
| 'libraries': [ |
| 'cpufeatures.a' |
| ], |