Home | History | Annotate | Download | only in releasetools

Lines Matching defs: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:
220 extra_recovery_keys = [OPTIONS.key_map.get(k, k) + ".x509.pem"
233 mapped_keys.append(OPTIONS.key_map.get(k, k) + ".x509.pem")
242 OPTIONS.key_map.get(devkey, devkey) + ".x509.pem")
250 os.path.join(OPTIONS.search_path, "framework", "dumpkey.jar")]
278 OPTIONS.key_map.update({
286 OPTIONS.key_map[s] = d
298 OPTIONS.extra_apks[n] = key
304 OPTIONS.replace_ota_keys = True
312 OPTIONS.tag_changes = tuple(new)
343 if OPTIONS.replace_ota_keys: