Searched refs:boot_variable_values (Results 1 – 2 of 2) sorted by relevance
/build/make/tools/releasetools/ |
D | ota_utils.py | 162 def UpdateDeviceState(device_state, build_info, boot_variable_values, argument 171 boot_variable_values) 208 CalculateRuntimeDevicesAndFingerprints(build_info, boot_variable_values) 243 boot_variable_values = {} 247 boot_variable_values[key] = [val.strip() for val in values.split(',')] 253 boot_variable_values, True) 271 boot_variable_values, False) 354 def ComputeRuntimeBuildInfos(default_build_info, boot_variable_values): argument 358 if not boot_variable_values: 362 keys = boot_variable_values.keys() [all …]
|
D | test_ota_from_target_files.py | 1445 boot_variable_values = {'ro.boot.sku_name': ['std', 'pro']} 1457 build_info, boot_variable_values)) 1479 boot_variable_values = { 1500 build_info, boot_variable_values))
|