~dooferlad/linaro-fetch-image/android-listings-fix

« back to all changes in this revision

Viewing changes to linaro-fetch-image

  • Committer: James Tunnicliffe
  • Date: 2012-10-12 11:01:12 UTC
  • mfrom: (20.1.7 android-release)
  • Revision ID: james.tunnicliffe@linaro.org-20121012110112-25h2v6ut597z0qk4
Merging in android support

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
 
65
65
    image_url, hwpack_url = db.get_image_and_hwpack_urls(config.args)
66
66
 
67
 
    if(image_url and hwpack_url):
 
67
    if(image_url and (hwpack_url or config.args['image'] == "android")):
68
68
        if config.args['exit']:
69
69
            exit(0)
70
70
        tools_dir = os.path.dirname(__file__)