DescriptionUse checked in keystore to sign debug apks
keystore created with command:
keytool -genkey -v -keystore chromium-debug.keystore -alias chromiumdebugkey -keyalg RSA -keysize 2048 -validity 36525
with password "chromium" and alias password "chromium".
Android's SDK tools by default create a debug keystore in ~/.android.
This has caused all kinds of grief. Instead, this change makes us use
the new chrome-debug.keystore.
BUG=145860
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=155927
Patch Set 1 #
Total comments: 8
Patch Set 2 : #Patch Set 3 : Rebase #
Messages
Total messages: 10 (0 generated)
|