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

  /build/make/tools/releasetools/
ota_from_target_files 198 oem_props = info_dict.get("oem_fingerprint_properties")
199 if not oem_props:
206 for prop in oem_props.split():
278 def GetOemProperty(name, oem_props, oem_dict, info_dict):
279 if oem_props is not None and name in oem_props:
284 def CalculateFingerprint(oem_props, oem_dict, info_dict):
285 if oem_props is None:
288 GetOemProperty("ro.product.brand", oem_props, oem_dict, info_dict),
289 GetOemProperty("ro.product.name", oem_props, oem_dict, info_dict)
    [all...]
ota_from_target_files.py 198 oem_props = info_dict.get("oem_fingerprint_properties")
199 if not oem_props:
206 for prop in oem_props.split():
278 def GetOemProperty(name, oem_props, oem_dict, info_dict):
279 if oem_props is not None and name in oem_props:
284 def CalculateFingerprint(oem_props, oem_dict, info_dict):
285 if oem_props is None:
288 GetOemProperty("ro.product.brand", oem_props, oem_dict, info_dict),
289 GetOemProperty("ro.product.name", oem_props, oem_dict, info_dict)
    [all...]

Completed in 49 milliseconds