Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2263)

Unified Diff: build/common.gypi

Issue 106443003: OpenMAX requires armv7 or greater (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase on master Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 4aeb68564cb731c467e60ee47834055be9ff1954..77ea0f96f7e64b4a7ae1776fa4df0cf07355f7f4 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -787,8 +787,8 @@
'test_isolation_mode%': 'noop',
}],
# Whether Android ARM build uses OpenMAX DL FFT.
- ['OS=="android" and target_arch=="arm" and android_webview_build==0', {
- # Currently only supported on Android ARM, without webview.
+ ['OS=="android" and target_arch=="arm" and arm_version >= 7 and android_webview_build==0', {
+ # Currently only supported on Android ARMv7+, without webview.
# When enabled, this will also enable WebAudio on Android
# ARM. Default is enabled.
'use_openmax_dl_fft%': 1,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698