Android WebView: change how the SDK jar is found.
commita4b8ad77f561b6c574ec2795592779d07a97b205
authortorne@chromium.org <torne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Mon, 18 Mar 2013 15:56:09 +0000 (18 15:56 +0000)
committertorne@chromium.org <torne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Mon, 18 Mar 2013 15:56:09 +0000 (18 15:56 +0000)
tree059629bda0333f65c96976d021cd584883e3b2d4
parentce41cdd68896f63d40012d89dc7d2d88fc9b89c1
Android WebView: change how the SDK jar is found.

Setting android_sdk has unintended consequences which have recently
broken the build, but we still need to be able to point to the sdk
jarfile for now until this dependency has been solved for real; use the
newly introduced android_sdk_jar variable from r188737 to specify this
and set android_sdk to a harmless but invalid value rather than a make
variable expansion.

BUG=

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188747 0039d316-1c4b-4281-b951-d872f2087c98
build/android/envsetup_functions.sh