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

  /build/make/tools/releasetools/
ota_from_target_files 263 or to query build properties via GetBuildProp() or GetVendorBuildProp().
357 def GetBuildProp(self, prop):
407 return self.GetBuildProp(key)
412 return self.GetBuildProp("ro.build.fingerprint")
415 self.GetBuildProp("ro.product.brand"),
416 self.GetBuildProp("ro.product.name"),
417 self.GetBuildProp("ro.product.device"),
418 self.GetBuildProp("ro.build.version.release"),
419 self.GetBuildProp("ro.build.id"),
420 self.GetBuildProp("ro.build.version.incremental")
    [all...]
ota_from_target_files.py 263 or to query build properties via GetBuildProp() or GetVendorBuildProp().
357 def GetBuildProp(self, prop):
407 return self.GetBuildProp(key)
412 return self.GetBuildProp("ro.build.fingerprint")
415 self.GetBuildProp("ro.product.brand"),
416 self.GetBuildProp("ro.product.name"),
417 self.GetBuildProp("ro.product.device"),
418 self.GetBuildProp("ro.build.version.release"),
419 self.GetBuildProp("ro.build.id"),
420 self.GetBuildProp("ro.build.version.incremental")
    [all...]
test_ota_from_target_files.py 228 self.assertEqual('build-foo', target_info.GetBuildProp('ro.build.foo'))
229 self.assertRaises(common.ExternalError, target_info.GetBuildProp,
235 self.assertEqual('build-bar', target_info.GetBuildProp('ro.build.bar'))
236 self.assertRaises(common.ExternalError, target_info.GetBuildProp,
    [all...]

Completed in 4282 milliseconds