~fahad-k/linaro-android-build-tools/arndale

« back to all changes in this revision

Viewing changes to build-scripts/helpers

  • Committer: Paul Sokolovsky
  • Date: 2013-03-22 13:14:08 UTC
  • Revision ID: paul.sokolovsky@linaro.org-20130322131408-bsmkw7ykeknzl3zm
BUILD_COPYCAT: Also copy manifests, without them build now fails.

Show diffs side-by-side

added added

removed removed

Lines of Context:
121
121
    wget -nv --no-check-certificate "$baseurl/userdata.tar.bz2" || true
122
122
    wget -nv --no-check-certificate "$baseurl/userdata.img" || true
123
123
    popd
 
124
    pushd out
 
125
    wget -nv --no-check-certificate "$baseurl/source-manifest.xml" || true
 
126
    wget -nv --no-check-certificate "$baseurl/pinned-manifest.xml" || true
 
127
    popd
124
128
}
125
129
 
126
130
unpack_overlays () {