Searched refs:OPTIONS (Results 1 – 5 of 5) sorted by relevance
/build/tools/releasetools/ |
D | img_from_target_files | 48 OPTIONS = common.OPTIONS variable 64 if OPTIONS.info_dict["fstab"]["/data"].fs_type.startswith("ext"): 67 OPTIONS.info_dict["fstab"]["/data"].fs_type, "data"] 68 if "userdata_size" in OPTIONS.info_dict: 69 build_command.append(str(OPTIONS.info_dict["userdata_size"])) 72 extra = OPTIONS.info_dict.get("mkyaffs2_extra_flags", None) 82 common.CheckSize(img.name, "userdata.img", OPTIONS.info_dict) 101 os.symlink(os.path.join(OPTIONS.input_tmp, "SYSTEM"), 102 os.path.join(OPTIONS.input_tmp, "system")) 112 if OPTIONS.info_dict["fstab"]["/system"].fs_type.startswith("ext"): [all …]
|
D | ota_from_target_files | 68 OPTIONS = common.OPTIONS variable 69 OPTIONS.package_key = "build/target/product/security/testkey" 70 OPTIONS.incremental_source = None 71 OPTIONS.require_verbatim = set() 72 OPTIONS.prohibit_verbatim = set(("system/build.prop",)) 73 OPTIONS.patch_threshold = 0.95 74 OPTIONS.wipe_user_data = False 75 OPTIONS.omit_prereq = False 76 OPTIONS.extra_script = None 77 OPTIONS.worker_threads = 3 [all …]
|
D | sign_target_files_apks | 78 OPTIONS = common.OPTIONS variable 80 OPTIONS.extra_apks = {} 81 OPTIONS.key_map = {} 82 OPTIONS.replace_ota_keys = False 83 OPTIONS.tag_changes = ("-test-keys", "+release-keys") 90 certmap[apk] = OPTIONS.key_map.get(cert, cert) 93 for apk, cert in OPTIONS.extra_apks.iteritems(): 96 certmap[apk] = OPTIONS.key_map.get(cert, cert) 167 for ch in OPTIONS.tag_changes: 213 mapped_keys.append(OPTIONS.key_map.get(k, k) + ".x509.pem") [all …]
|
D | common.py | 37 OPTIONS = Options() variable 38 OPTIONS.search_path = "out/host/linux-x86" 39 OPTIONS.verbose = False 40 OPTIONS.tempfiles = [] 41 OPTIONS.device_specific = None 42 OPTIONS.extras = {} 43 OPTIONS.info_dict = None 56 if OPTIONS.verbose: 252 BuildAndAddBootableImage(os.path.join(OPTIONS.input_tmp, "RECOVERY"), 256 BuildAndAddBootableImage(os.path.join(OPTIONS.input_tmp, "BOOT"), [all …]
|
D | check_target_files_signatures | 68 OPTIONS = common.OPTIONS variable 70 OPTIONS.text = False 71 OPTIONS.compare_with = None 72 OPTIONS.local_cert_dirs = ("vendor", "build") 125 for top in OPTIONS.local_cert_dirs: 384 OPTIONS.compare_with = a 386 OPTIONS.local_cert_dirs = [i.strip() for i in a.split(",")] 388 OPTIONS.text = True 413 if OPTIONS.compare_with: 417 compare_files.LoadZipFile(OPTIONS.compare_with) [all …]
|