Searched defs:OPTIONS (Results 1 - 5 of 5) sorted by relevance

/build/tools/releasetools/
H A Dimg_from_target_files53 OPTIONS = common.OPTIONS variable
68 os.symlink(os.path.join(OPTIONS.input_tmp, "SYSTEM"),
69 os.path.join(OPTIONS.input_tmp, "system"))
73 # os.path.join(OPTIONS.input_tmp, "system"))
78 image_props = build_image.ImagePropFromGlobalDict(OPTIONS.info_dict,
80 fstab = OPTIONS.info_dict["fstab"]
83 succ = build_image.BuildImage(os.path.join(OPTIONS.input_tmp, "system"),
91 common.CheckSize(data, "system.img", OPTIONS.info_dict)
99 image_props = build_image.ImagePropFromGlobalDict(OPTIONS
[all...]
H A Dsign_target_files_apks86 OPTIONS = common.OPTIONS variable
88 OPTIONS.extra_apks = {}
89 OPTIONS.key_map = {}
90 OPTIONS.replace_ota_keys = False
91 OPTIONS.tag_changes = ("-test-keys", "-dev-keys", "+release-keys")
98 certmap[apk] = OPTIONS.key_map.get(cert, cert)
101 for apk, cert in OPTIONS.extra_apks.iteritems():
104 certmap[apk] = OPTIONS.key_map.get(cert, cert)
179 for old, new in OPTIONS
[all...]
H A Dcheck_target_files_signatures72 OPTIONS = common.OPTIONS variable
74 OPTIONS.text = False
75 OPTIONS.compare_with = None
76 OPTIONS.local_cert_dirs = ("vendor", "build")
129 for top in OPTIONS.local_cert_dirs:
376 OPTIONS.compare_with = a
378 OPTIONS.local_cert_dirs = [i.strip() for i in a.split(",")]
380 OPTIONS.text = True
405 if OPTIONS
[all...]
H A Dota_from_target_files85 OPTIONS = common.OPTIONS variable
86 OPTIONS.package_key = None
87 OPTIONS.incremental_source = None
88 OPTIONS.require_verbatim = set()
89 OPTIONS.prohibit_verbatim = set(("system/build.prop",))
90 OPTIONS.patch_threshold = 0.95
91 OPTIONS.wipe_user_data = False
92 OPTIONS.omit_prereq = False
93 OPTIONS
[all...]
H A Dcommon.py42 OPTIONS = Options() variable
43 OPTIONS.search_path = "out/host/linux-x86"
44 OPTIONS.signapk_path = "framework/signapk.jar" # Relative to search_path
45 OPTIONS.extra_signapk_args = []
46 OPTIONS.java_path = "java" # Use the one on the path by default.
47 OPTIONS.public_key_suffix = ".x509.pem"
48 OPTIONS.private_key_suffix = ".pk8"
49 OPTIONS.verbose = False
50 OPTIONS.tempfiles = []
51 OPTIONS
[all...]

Completed in 250 milliseconds