New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 614381 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Sep 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 3
Type: Bug

Blocked on:
issue 605315



Sign in to add a comment

WebView built in Android arm64 Builder does not contain 32 bit libraries

Project Member Reported by perezju@chromium.org, May 24 2016

Issue description

Currently, the WebView built on "Android arm64 Builder" [1], and used e.g. on Android Nexus5X WebView Perf bots, does not contain the combined 32+64 bit libraries (i.e. is 64 bit only).

This is probably OK as long as the test app (SystemWebViewShell.apk) does not contain any native code, and no 32-bit webview-containing apps are on the device (which will otherwise just crash in the background).

Still, it'll be probably a good idea to upgrade this builder at some point and make it produce the combined 32+64 apk as was done, e.g., on issue 603138.

[1]: https://build.chromium.org/p/chromium.perf/builders/Android%20arm64%20Builder
 
The mechanism I used in issue 603138 should be avoided if at all possible. I know that someone (michaelbai@?) was looking at supporting both in the same build, and if possible I'd strongly prefer waiting on this until we can use that.
Blockedon: 605315
Strong +1 to that. Blocking this on the relevant issue.

Comment 3 by hush@chromium.org, Jun 3 2016

Owner: michaelbai@chromium.org
Status: Assigned (was: Untriaged)
As of now you need to build the 32 bit library separately, and merge them into one apk with a script. Too many manual steps.

Assigning to michaelbai.
Status: Fixed (was: Assigned)
Now, we support both build and merge, this issue should be fixed

Sign in to add a comment