aboutsummaryrefslogtreecommitdiff
path: root/android-master-clang
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2017-10-25 20:09:09 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2017-10-25 14:41:00 +0000
commit94d80b7e65c043b441de1a5188a7e5c8861a2e42 (patch)
tree29ff3a4b5c3b0d112fc6bb142c7cb19a8289555c /android-master-clang
parentd027dba5e5a1afee6d80f65ed995fc8eaea83d2e (diff)
android-master-clang: remove hikey broken 4gb support
Change-Id: Icb32202eb273c87e0e52479c31218e4f32b882e6 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
Diffstat (limited to 'android-master-clang')
-rwxr-xr-xandroid-master-clang/builders.sh7
1 files changed, 1 insertions, 6 deletions
diff --git a/android-master-clang/builders.sh b/android-master-clang/builders.sh
index 45bae462..18835ef0 100755
--- a/android-master-clang/builders.sh
+++ b/android-master-clang/builders.sh
@@ -55,14 +55,9 @@ cd -
build-tools/node/build us-east-1.ec2-git-mirror.linaro.org "${CONFIG}"
cp -a /home/buildslave/srv/${BUILD_DIR}/build/out/*.json /home/buildslave/srv/${BUILD_DIR}/build/out/*.xml ${WORKSPACE}/
-# Compress images
-cd build/
-out/host/linux-x86/bin/make_ext4fs -s -T -1 -S out/root/file_contexts -L data -l 1342177280 -a data out/userdata-4gb.img out/data
-cd -
-
cd build/out
rm -f ramdisk.img
-for image in "boot.img" "boot_fat.uefi.img" "system.img" "userdata.img" "userdata-4gb.img" "cache.img"; do
+for image in "boot.img" "boot_fat.uefi.img" "system.img" "userdata.img" "cache.img"; do
echo "Compressing ${image}"
pxz ${image}
done