Home | History | Annotate | Download | only in releasetools

Lines Matching refs:OPTIONS

50       -d and -k options are added to the set of mappings in the order
84 OPTIONS = common.OPTIONS
86 OPTIONS.extra_apks = {}
87 OPTIONS.key_map = {}
88 OPTIONS.replace_ota_keys = False
89 OPTIONS.tag_changes = ("-test-keys", "-dev-keys", "+release-keys")
96 certmap[apk] = OPTIONS.key_map.get(cert, cert)
98 # apply all the -e options, overriding anything in the file
99 for apk, cert in OPTIONS.extra_apks.iteritems():
102 certmap[apk] = OPTIONS.key_map.get(cert, cert)
171 specified in OPTIONS.tag_changes and return the updated string."""
173 for ch in OPTIONS.tag_changes:
215 extra_recovery_keys = [OPTIONS.key_map.get(k, k) + ".x509.pem"
228 mapped_keys.append(OPTIONS.key_map.get(k, k) + ".x509.pem")
237 OPTIONS.key_map.get(devkey, devkey) + ".x509.pem")
245 os.path.join(OPTIONS.search_path, "framework", "dumpkey.jar")]
273 OPTIONS.key_map.update({
281 OPTIONS.key_map[s] = d
293 OPTIONS.extra_apks[n] = key
299 OPTIONS.replace_ota_keys = True
307 OPTIONS.tag_changes = tuple(new)
338 if OPTIONS.replace_ota_keys: