Skip to content

Commit

Permalink
build: add ASCII Logo to edify script
Browse files Browse the repository at this point in the history
  • Loading branch information
andi34 committed Sep 17, 2016
1 parent ab5ece9 commit 8d50502
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tools/releasetools/ota_from_target_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,18 @@ def WriteFullOTAPackage(input_zip, output_zip):

system_items = ItemSet("system", "META/filesystem_config.txt")
script.ShowProgress(system_progress, 0)
script.Print("")
script.Print(" ___ __ __ _ ___ _ _ ")
script.Print(" / _ \ | \/ | /_\ | _ \ | | | ")
script.Print(" | (_) | | |\/| | / _ \ | _/ |_ _| ")
script.Print(" \___/ |_| |_| /_/ \_\ |_| |_| ")
script.Print(" ___ ")
script.Print(" |___| ")
script.Print(" _ ___ ___ ___ ")
script.Print(" /_\ / _ \ / __| | _ \ ")
script.Print(" / _ \ | (_) | \__ \ | _/ ")
script.Print(" /_/ \_\ \___/ |___/ |_| ")
script.Print("")

if block_based:
# Full OTA is done as an "incremental" against an empty source
Expand Down

0 comments on commit 8d50502

Please sign in to comment.