Android: rename android_build_type gyp variable.
Following Chromium r187556 this variable has been renamed to android_webview_build to better describe what it does. Contributed by torne@chromium.org (https://webrtc-codereview.appspot.com/1195006/). Review URL: https://webrtc-codereview.appspot.com/1214005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3686 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -213,7 +213,7 @@
|
|||||||
'conditions': [
|
'conditions': [
|
||||||
['build_with_chromium==1', {
|
['build_with_chromium==1', {
|
||||||
'conditions': [
|
'conditions': [
|
||||||
['android_build_type != 0', {
|
['android_webview_build == 1', {
|
||||||
'libraries': [
|
'libraries': [
|
||||||
'cpufeatures.a'
|
'cpufeatures.a'
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user