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

  /build/make/tools/releasetools/
ota_from_target_files 602 target_oem_props = OPTIONS.target_info_dict.get("oem_fingerprint_properties")
604 if source_oem_props and target_oem_props:
628 target_fp = CalculateFingerprint(target_oem_props, oem_dicts and oem_dicts[0],
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 602 target_oem_props = OPTIONS.target_info_dict.get("oem_fingerprint_properties")
604 if source_oem_props and target_oem_props:
628 target_fp = CalculateFingerprint(target_oem_props, oem_dicts and oem_dicts[0],
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 46 milliseconds