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:
wjia@webrtc.org 2013-03-18 21:41:04 +00:00
parent f1ea0df728
commit 95a8ddd272

View File

@ -213,7 +213,7 @@
'conditions': [
['build_with_chromium==1', {
'conditions': [
['android_build_type != 0', {
['android_webview_build == 1', {
'libraries': [
'cpufeatures.a'
],