Disable multiprocess WebView for 32-bit lowram devices.

Multiprocess WebView uses additional RAM; don't enable it for lowram
32-bit devices. 64-bit devices always use multiprocess regardless of the
amount of RAM, since multiprocess is often a net memory saving on those
devices due to the ability to run a 32-bit renderer process.

Bug: 62217217
Test: Run dumpsys webviewupdate on Android Go and check status.
Change-Id: I67e462beca2c7f62ef7cde821df80ce13ebd4398
1 file changed