Searched refs:boot_variable_values (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/build/make/tools/releasetools/ |
H A D | ota_utils.py | 196 def UpdateDeviceState(device_state, build_info, boot_variable_values, argument 205 boot_variable_values) 242 CalculateRuntimeDevicesAndFingerprints(build_info, boot_variable_values) 277 boot_variable_values = {} 281 boot_variable_values[key] = [val.strip() for val in values.split(',')] 287 boot_variable_values, True) 305 boot_variable_values, False) 428 def ComputeRuntimeBuildInfos(default_build_info, boot_variable_values): argument 432 if not boot_variable_values: 436 keys = boot_variable_values.keys() [all …]
|
H A D | test_ota_from_target_files.py | 1557 boot_variable_values = {'ro.boot.sku_name': ['std', 'pro']} 1569 build_info, boot_variable_values)) 1591 boot_variable_values = { 1612 build_info, boot_variable_values))
|