Dean Wedel
unread,Aug 29, 2024, 10:02:09 AMAug 29Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium-dev, Dean Wedel, Andrew Grieve, Chromium-dev
When I build with this command-line:
> autoninja -C out/Default chrome_public_bundle -j 10
And submit the generated AAB to the PlayStore they complain that the Bundle is "unsigned". When I generate an APK it is automatically signed if I have the setting "is_official_build=true".
Is there something different that I need to do for signing an AAB ?