brave / brave-browser

Brave browser for Android, iOS, Linux, macOS, Windows.
https://brave.com
Mozilla Public License 2.0
17.59k stars 2.28k forks source link

Enable split ABIs for bundle #32468

Open AlexeyBarabash opened 1 year ago

AlexeyBarabash commented 1 year ago

Currently Brave aab has base.apk which contains both 32bit and 64 bit libs; they all are delivered to the device while installation, even if they are not used.

Documentation says it is possible to split bundle based on native arch, https://developer.android.com/build/configure-apk-splits#configure-abi-split.

Need to investigate and implement if it is doable.

Release note may be Application size optimization.

SergeyZhukovsky commented 1 year ago

re-opening it as the original PR has been reverted