Commit 6558fd4f authored by rtoy@google.com's avatar rtoy@google.com

Disable webaudio support on Android ARM by turning off use_openmax_dl_fft.

BUG=

Review URL: https://codereview.chromium.org/14017004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194645 0039d316-1c4b-4281-b951-d872f2087c98
parent f906011d
......@@ -641,10 +641,12 @@
}, {
'test_isolation_mode%': 'noop',
}],
# Whether Android ARM build uses OpenMAX DL FFT. Default is
# yes. This will also enable WebAudio on Android ARM.
# Whether Android ARM build uses OpenMAX DL FFT.
['OS=="android" and target_arch=="arm" and android_webview_build==0', {
'use_openmax_dl_fft%': 1,
# Currently only supported on Android ARM, without webview.
# When enabled, this will also enable WebAudio on Android
# ARM. Default is disabled.
'use_openmax_dl_fft%': 0,
}, {
'use_openmax_dl_fft%': 0,
}],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment