Index: build/android/cpufeatures.gypi |
diff --git a/build/android/cpufeatures.gypi b/build/android/cpufeatures.gypi |
index 17b262c977cc9bb8dad59c403600eeae8db0304b..49b5accf8b4469178285385af2f817c32aaebc96 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 != 0', { |
benm (inactive)
2013/03/11 17:23:29
ditto, awb == 1?
Torne
2013/03/11 17:31:11
Done.
|
'libraries': [ |
'cpufeatures.a' |
], |