android_webview: fix to avoid 64-bit blacklisting.
commit24328455662998597e3af68672736e8ec1997ac4
authortorne@chromium.org <torne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Tue, 15 Apr 2014 17:07:59 +0000 (15 17:07 +0000)
committertorne@chromium.org <torne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Tue, 15 Apr 2014 17:07:59 +0000 (15 17:07 +0000)
tree8faefa1a81dec0283f7d3be01a5f83a5b7b568c5
parent577d2e4ffc550a981a925ad0a8debf7252b1d681
android_webview: fix to avoid 64-bit blacklisting.

Currently the chromium code is blacklisted for 64-bit builds in Android
which makes testing our 64-bit build support difficult. In order to
remove this blacklist entry we need to make sure that non-native-code
build targets refer to the 32-bit output directories, since the 64-bit
ones won't exist in all configurations yet.

We can revert this change once we have full 64-bit build support.

BUG=358141
NOTRY=true

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263895 0039d316-1c4b-4281-b951-d872f2087c98
android_webview/Android.mk
android_webview/webview_pak.mk