~deeptik/linaro-android-build-tools/source_overlay_check

« back to all changes in this revision

Viewing changes to build-scripts/build-android

  • Committer: Deepti B. Kalakeri
  • Date: 2012-12-19 10:05:03 UTC
  • Revision ID: deeptik@linux.vnet.ibm.com-20121219100503-fv0m13uw8ih1uyaw
Adding check for presence of SOURCE_OVERLAY required for the flatten artifacts BP

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
set -o errtrace
10
10
 
 
11
if [ ! -n "$SOURCE_OVERLAY" ]; 
 
12
then
 
13
    echo "ERROR: Missing SOURCE_OVERLAY in the configuration."
 
14
    exit 1
 
15
fi
 
16
 
11
17
source "${BUILD_SCRIPT_ROOT}"/helpers
12
18
 
13
19
trap infrastructure_error ERR