[Android] how to build AAB with 2 architectures together: armv7 and armv64

When build brave for Android https://github.com/brave/brave-browser#build-brave

we can pass either --target_arch=arm or --target_arch=arm64 which will generate AAB file with the only one arch

I’m wondering how to create Android AAB with both arm and arm64 included

Could you please shed more light here, cause it’s not clear from the docs and src code reading

Thank you

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.