Skip to content

Commit

Permalink
cleanup and fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ugers committed Apr 22, 2013
1 parent 9519501 commit 3fda3bf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions releasetools/907_ota_from_target_files
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ OPTIONS.modelidcfg = True
OPTIONS.override_device = 'auto'

LOCAL_DIR = os.path.abspath(os.path.join(os.path.dirname(os.path.abspath(__file__)), '..'))
DEV_OUT_DIR = os.path.abspath(os.path.join(LOCAL_DIR, '../../../out/target/product/tf101/'))
DEV_OUT_DIR = os.path.abspath(os.path.join(LOCAL_DIR, '../../../out/target/product/907/'))



Expand Down Expand Up @@ -445,9 +445,6 @@ def WriteFullOTAPackage(input_zip, output_zip):
script.ShowProgress(0.2, 10)
script.RunBackup("restore")

# if OPTIONS.modelidcfg:
#script.RunConfig("")

script.ShowProgress(0.2, 10)
script.WriteRawImage("/boot", "boot.img")

Expand Down

0 comments on commit 3fda3bf

Please sign in to comment.