~linaro-automation/linaro-android-build-tools/trunk

« back to all changes in this revision

Viewing changes to build-scripts/create-user-build-script

[merge] Set TARGET_KERNEL_SOURCE from the build configuration

Show diffs side-by-side

added added

removed removed

Lines of Context:
176
176
export MANIFEST_BRANCH=${MANIFEST_BRANCH}
177
177
export MANIFEST_FILENAME=${MANIFEST_FILENAME}
178
178
export TARGET_PRODUCT=${TARGET_PRODUCT}
 
179
export TARGET_KERNEL_SOURCE=${TARGET_KERNEL_SOURCE}
179
180
export TARGET_SIMULATOR=false
180
181
export BUILD_TINY_ANDROID=${BUILD_TINY_ANDROID}
181
182
export CPUS=\`grep -c processor /proc/cpuinfo\`