From 8c56afd1dc94d4877110ab7adc136ab69d466467 Mon Sep 17 00:00:00 2001 From: "mkosiba@chromium.org" Date: Mon, 25 Mar 2013 15:37:45 +0000 Subject: [android_webview] Build test code against the shell APK. This change is to fix resource-related issues with the current approach. We can't include resources in the test_java target to share them between the shell and test apks, so we need one apk to contain the shell and run tests against. To achieve this we apply the same trick as testshell does and build the test code against the .jar created as a side-effect of building the shell apk target. This change completely removes the test_apk target. BUG=None TEST=AndroidWebViewTests TBR=bulach@chromium.org Review URL: https://chromiumcodereview.appspot.com/12609013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190404 0039d316-1c4b-4281-b951-d872f2087c98 --- build/landmines.py | 1 + 1 file changed, 1 insertion(+) (limited to 'build/landmines.py') diff --git a/build/landmines.py b/build/landmines.py index bc70f5d..fa2be1c 100755 --- a/build/landmines.py +++ b/build/landmines.py @@ -142,6 +142,7 @@ def get_landmines(target): if platform() == 'android': add('Fix findbugs errors on android trybots.') add('Clobber: jar location moved in crrev.com/183639') + add('Clobber: resources moved around in crrev.com/12609013') if platform() == 'win' and builder() == 'ninja': add('Compile on cc_unittests fails due to symbols removed in r185063.') if platform() == 'linux' and builder() == 'ninja': -- cgit v1.1