From 66a6a017965073827a6d5b93d03d0903f8ae8233 Mon Sep 17 00:00:00 2001 From: Flo0008 Date: Sun, 8 Jun 2014 18:09:33 +0200 Subject: [PATCH] Fix the build error in Android 4.4.3 --- tools/releasetools/ota_from_target_files | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/releasetools/ota_from_target_files b/tools/releasetools/ota_from_target_files index 5c02f73ba3..d531956f33 100755 --- a/tools/releasetools/ota_from_target_files +++ b/tools/releasetools/ota_from_target_files @@ -480,8 +480,8 @@ def WriteFullOTAPackage(input_zip, output_zip): # set up system to update recovery partition on first boot # complete script normally (allow recovery to mark itself finished and reboot) - recovery_img = common.GetBootableImage("recovery.img", "recovery.img", - OPTIONS.input_tmp, "RECOVERY") + #recovery_img = common.GetBootableImage("recovery.img", "recovery.img", + # OPTIONS.input_tmp, "RECOVERY") if OPTIONS.two_step: if not OPTIONS.info_dict.get("multistage_support", None): assert False, "two-step packages not supported by this build"