~fgiff/linaro-android-build-tools/linaro-android-connect-android-build-to-lava

« back to all changes in this revision

Viewing changes to build-scripts/build-android

  • Committer: Frans Gifford
  • Date: 2011-07-10 20:41:48 UTC
  • Revision ID: frans.gifford@linaro.org-20110710204148-6r8wr8mb4gihfj2r
Add some logging

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
fi
54
54
 
55
55
if [ -n "$LAVA_SUBMIT" ]; then
 
56
    echo "${BUILD_SCRIPT_ROOT}"/post-build-lava.py
56
57
    "${BUILD_SCRIPT_ROOT}"/post-build-lava.py
57
58
fi
58
59