summaryrefslogtreecommitdiffstats
path: root/tools/releasetools/sign_target_files_apks
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2009-10-22 16:09:34 -0700
committerDoug Zongker <dougz@android.com>2009-10-22 16:09:34 -0700
commit5f5f08dd226a153ff4c73c0b1918bd5cc1afcffb (patch)
treec4a385580c419bc0b362fe58214ce0b988258c4b /tools/releasetools/sign_target_files_apks
parent7627a373f393e379a7fb80da8ea84081692db823 (diff)
downloadbuild-5f5f08dd226a153ff4c73c0b1918bd5cc1afcffb.zip
build-5f5f08dd226a153ff4c73c0b1918bd5cc1afcffb.tar.gz
build-5f5f08dd226a153ff4c73c0b1918bd5cc1afcffb.tar.bz2
stop adding ota-rel-keys tag when signing
ota-rel-keys is now redundant with release-keys, since there are no "half-signed" builds any more.
Diffstat (limited to 'tools/releasetools/sign_target_files_apks')
-rwxr-xr-xtools/releasetools/sign_target_files_apks4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/releasetools/sign_target_files_apks b/tools/releasetools/sign_target_files_apks
index 961e643..9d296d8 100755
--- a/tools/releasetools/sign_target_files_apks
+++ b/tools/releasetools/sign_target_files_apks
@@ -55,7 +55,7 @@ Usage: sign_target_files_apks [flags] input_target_files output_target_files
the last component of the build fingerprint). Prefix each with
'+' or '-' to indicate whether that tag should be added or
removed. Changes are processed in the order they appear.
- Default value is "-test-keys,+ota-rel-keys,+release-keys".
+ Default value is "-test-keys,+release-keys".
"""
@@ -80,7 +80,7 @@ OPTIONS = common.OPTIONS
OPTIONS.extra_apks = {}
OPTIONS.key_map = {}
OPTIONS.replace_ota_keys = False
-OPTIONS.tag_changes = ("-test-keys", "+ota-rel-keys", "+release-keys")
+OPTIONS.tag_changes = ("-test-keys", "+release-keys")
def GetApkCerts(tf_zip):
certmap = {}