Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(100)

Issue 10918149: Use checked in keystore to sign debug apks (Closed)

Created:
8 years, 3 months ago by cjhopman
Modified:
8 years, 3 months ago
CC:
chromium-reviews, jam, joi+watch-content_chromium.org, bulach+watch_chromium.org, yfriedman+watch_chromium.org, darin-cc_chromium.org, peter+watch_chromium.org, ilevy+watch_chromium.org, Isaac (away)
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Use 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 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+59 lines, -5 lines) Patch
M android_webview/java/android_webview_apk.xml View 2 chunks +2 lines, -1 line 0 comments Download
M android_webview/javatests/android_webview_test_apk.xml View 2 chunks +2 lines, -1 line 0 comments Download
M build/android/ant/sdk-targets.xml View 1 1 chunk +50 lines, -0 lines 0 comments Download
M content/shell/android/java/content_shell_apk.xml View 2 chunks +2 lines, -1 line 0 comments Download
M content/shell/android/javatests/content_shell_test_apk.xml View 2 chunks +2 lines, -1 line 0 comments Download
M testing/android/native_test_apk.xml View 2 chunks +1 line, -1 line 0 comments Download

Messages

Total messages: 10 (0 generated)
cjhopman
nileshagrawal: build/android/, testing/android/ yfriedman: content/shell/android/ joth: android_webview/
8 years, 3 months ago (2012-09-10 17:46:54 UTC) #1
joth
lgtm for android_webview The new chrome-debug.keystore file is empty. Is that intentional?
8 years, 3 months ago (2012-09-10 17:58:25 UTC) #2
nilesh
http://codereview.chromium.org/10918149/diff/1/build/android/ant/sdk-targets.xml File build/android/ant/sdk-targets.xml (right): http://codereview.chromium.org/10918149/diff/1/build/android/ant/sdk-targets.xml#newcode111 build/android/ant/sdk-targets.xml:111: <property name="key.store" value="${CHROMIUM_SRC}/build/android/ant/chrome-debug.keystore"/> Please rename the key file to: ...
8 years, 3 months ago (2012-09-10 18:05:04 UTC) #3
Isaac (away)
lgtm http://codereview.chromium.org/10918149/diff/1/build/android/ant/sdk-targets.xml File build/android/ant/sdk-targets.xml (right): http://codereview.chromium.org/10918149/diff/1/build/android/ant/sdk-targets.xml#newcode116 build/android/ant/sdk-targets.xml:116: <!-- SDK tools assume that out.packaged.file is signed ...
8 years, 3 months ago (2012-09-10 18:17:23 UTC) #4
cjhopman
I believe(/hope) that the keystore appears empty because it is a binary file. This is ...
8 years, 3 months ago (2012-09-10 18:21:41 UTC) #5
Isaac (away)
You can use the 'Try more bots' link to submit patches with a binary file ...
8 years, 3 months ago (2012-09-10 18:36:08 UTC) #6
nilesh
LGTM
8 years, 3 months ago (2012-09-10 19:31:24 UTC) #7
Yaron
On 2012/09/10 19:31:24, nileshagrawal1 wrote: > LGTM lgtm
8 years, 3 months ago (2012-09-10 19:35:12 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/cjhopman@chromium.org/10918149/11001
8 years, 3 months ago (2012-09-11 00:49:49 UTC) #9
commit-bot: I haz the power
8 years, 3 months ago (2012-09-11 02:53:48 UTC) #10
Change committed as 155927

Powered by Google App Engine
This is Rietveld 408576698