Hi all,
We are working on implementing Autofill Assistant in WebLayer (
dd). We have moved all code from //chrome to //components and we now have the first cl where we add all non-module build dependencies (
crrev.com/c/3525116). This is quite a large increase in binary size:
Base Module Size: 35831 bytes (max is 16384 bytes)
Dex Methods Count: 728 methods (max is 50 methods)
Normalized APK Size: 143745 bytes (max is 16384 bytes)
Android Binary Size +143,745 bytes +16,384 bytes Not Allowed
We want to give a heads-up on this happening as well as ask if there is anything special we need to take care of before submitting this cl.
Thanks a lot!
Florian