--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/e7731f2e-ba2a-4d25-b817-a4d90b29bd9en%40chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/88231c5a-05a6-490e-b8a1-47eaae10a85en%40chromium.org.
Hi Mohanmed,I am working on signing the app bundle and got some confusion. As I saw in this thread Create unsigned App Bundle for Android, Torne (Richard Coles) mentioned toUse the GN args `android_keystore_path` `android_keystore_name` and `android_keystore_password` to specify the keystore and key you want to use for signing. If you're using Play's signing you can just set this to your upload key; if you're signing it yourself you would set it to your release key when you want to do a release build.I tried to add android_keystore_path in args.gn but the generated aab is not signed. And you mentioned that There is no support for ninja to sign bundles for you.So I hope to confirm if you know whether the args mentioned above is only for some certain cases, which means we still have to sign ourselves if we want to upload the aab to play store?
To view this discussion visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/61cc2807-7563-4342-81f8-4a7f218d1c7bn%40chromium.org.