Skip to content

Commit

Permalink
fix backuptool
Browse files Browse the repository at this point in the history
  • Loading branch information
eyeballer committed Jul 18, 2012
1 parent 9286bc3 commit c301620
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions releasetools/encore_ota_from_target_files
Expand Up @@ -71,7 +71,9 @@ def WriteFullOTAPackage(input_zip, output_zip):
device_specific.FullOTA_InstallBegin()

if OPTIONS.backuptool:
script.Mount("/system")
script.RunBackup("backup")
script.Unmount("/system")

script.ShowProgress(0.5, 0)

Expand Down

0 comments on commit c301620

Please sign in to comment.