From 26ad84cd569cd79948ce9d6e40f556e667c7adf0 Mon Sep 17 00:00:00 2001 From: Vishal Bhoj Date: Tue, 17 Mar 2015 17:52:13 +0530 Subject: Add support to apply patchset in linaro_android_build_cmds.sh Change-Id: I4f9fff16aca1afbc5a190d954ffb055006c6c3c5 Signed-off-by: Vishal Bhoj --- build-scripts/create-user-build-script | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'build-scripts') diff --git a/build-scripts/create-user-build-script b/build-scripts/create-user-build-script index 0e023d1..234b228 100755 --- a/build-scripts/create-user-build-script +++ b/build-scripts/create-user-build-script @@ -309,6 +309,15 @@ EOF curl -k \${TOOLCHAIN_URL} > toolchain.tar.bz2 tar -jxf toolchain.tar.bz2 rm toolchain.tar.bz2 +EOF + fi + if [ -n "$PATCHSETS" ] ; then + cat <