-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check if Cromite apks are signed #489
Comments
so, what am I doing wrong? gn args: https://github.com/uazo/cromite/blob/master/tools/images/bromite-build/build_args.gni#L17-L21 |
so:
while
apk are signed with
see https://source.android.com/docs/security/features/apksigning |
You can try uber-apk-signer with custom keystore |
apks are automatically signed by build process, whereas for aabs it has to be done. |
Preliminary checklist
Can the bug be reproduced with corresponding Chromium version?
Yes
Cromite version
all
Device architecture
all
Platform version
I prefer not to write it/No matter
Android Device model
n/a
Is the device rooted?
I prefer not to write it
Changed flags
none
Is this bug happening in an incognito tab?
No
Is this bug caused by the adblocker?
No
Is this bug a crash?
no
Describe the bug
It seems that the apks are not signed.
try with:
keytool -printcert -jarfile xxx.apk
Steps to reproduce the bug
n/a
Expected behavior
I am probably doing something wrong during the build
Screenshots
n/a
The text was updated successfully, but these errors were encountered: