OSDN Git Service

remove bootloader assertions
authorDoug Zongker <dougz@android.com>
Thu, 27 Aug 2009 23:12:00 +0000 (16:12 -0700)
committerDoug Zongker <dougz@android.com>
Thu, 27 Aug 2009 23:12:00 +0000 (16:12 -0700)
These should be done by the device-specific module where necessary;
they aren't appropriate for all devices.

tools/releasetools/ota_from_target_files

index 56cf526..afd31aa 100755 (executable)
@@ -281,13 +281,6 @@ def AppendAssertions(script, input_zip):
   device = GetBuildProp("ro.product.device", input_zip)
   script.AssertDevice(device)
 
-  info = input_zip.read("OTA/android-info.txt")
-  m = re.search(r"require\s+version-bootloader\s*=\s*(\S+)", info)
-  if m:
-    bootloaders = m.group(1).split("|")
-    if "*" not in bootloaders:
-      script.AssertSomeBootloader(*bootloaders)
-
 
 def MakeRecoveryPatch(output_zip, recovery_img, boot_img):
   """Generate a binary patch that creates the recovery image starting