HomeSort by relevance Sort by last modified time
    Searched refs:mapped_keys (Results 1 - 2 of 2) sorted by null

  /build/tools/releasetools/
sign_target_files_apks 452 mapped_keys = []
459 mapped_keys.append(OPTIONS.key_map.get(k, k) + ".x509.pem")
461 if mapped_keys:
462 print "using:\n ", "\n ".join(mapped_keys)
467 mapped_keys.append(
470 " verification." % (mapped_keys[0],))
478 + mapped_keys + extra_recovery_keys,
497 for k in mapped_keys:
507 if len(mapped_keys) > 1:
511 print "Using %s for payload verification." % (mapped_keys[0],
    [all...]
sign_target_files_apks.py 452 mapped_keys = []
459 mapped_keys.append(OPTIONS.key_map.get(k, k) + ".x509.pem")
461 if mapped_keys:
462 print "using:\n ", "\n ".join(mapped_keys)
467 mapped_keys.append(
470 " verification." % (mapped_keys[0],))
478 + mapped_keys + extra_recovery_keys,
497 for k in mapped_keys:
507 if len(mapped_keys) > 1:
511 print "Using %s for payload verification." % (mapped_keys[0],
    [all...]

Completed in 141 milliseconds