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

  /build/make/tools/releasetools/
ota_from_target_files 601 source_oem_props = OPTIONS.source_info_dict.get("oem_fingerprint_properties")
604 if source_oem_props and target_oem_props:
608 "pre-device": GetOemProperty("ro.product.device", source_oem_props,
626 source_fp = CalculateFingerprint(source_oem_props, oem_dicts and oem_dicts[0],
754 if source_oem_props is None:
761 if source_oem_props is None and target_oem_props is None:
763 elif source_oem_props is not None and target_oem_props is not None:
767 elif source_oem_props is None and target_oem_props is not None:
    [all...]
ota_from_target_files.py 601 source_oem_props = OPTIONS.source_info_dict.get("oem_fingerprint_properties")
604 if source_oem_props and target_oem_props:
608 "pre-device": GetOemProperty("ro.product.device", source_oem_props,
626 source_fp = CalculateFingerprint(source_oem_props, oem_dicts and oem_dicts[0],
754 if source_oem_props is None:
761 if source_oem_props is None and target_oem_props is None:
763 elif source_oem_props is not None and target_oem_props is not None:
767 elif source_oem_props is None and target_oem_props is not None:
    [all...]

Completed in 43 milliseconds