From ff9a3d40ef0c082abf221f40bcab1689eb2b5e86 Mon Sep 17 00:00:00 2001 From: Vishal Bhoj Date: Tue, 10 Apr 2018 17:51:35 +0530 Subject: 96boards-hikey*-aosp: delete src from other builds Change-Id: Ifca37dca39a1ebb6fb5ae5cc6c65d26838868f28 Signed-off-by: Vishal Bhoj --- 96boards-hikey960-aosp-master.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to '96boards-hikey960-aosp-master.yaml') diff --git a/96boards-hikey960-aosp-master.yaml b/96boards-hikey960-aosp-master.yaml index 68394cd9ac..b7ea9eb9e0 100644 --- a/96boards-hikey960-aosp-master.yaml +++ b/96boards-hikey960-aosp-master.yaml @@ -78,11 +78,9 @@ # Download vendor binaries for hikey. mkdir -p build + # Delete sources before build to save space cd build/ - rm -rf *.tgz - wget https://dl.google.com/dl/android/aosp/arm-hikey960-OPR-cf4e0c80.tgz -O arm-hikey960-OPR-cf4e0c80.tgz - tar -xvf arm-hikey960-OPR-cf4e0c80.tgz - yes "I ACCEPT" | ./extract-arm-hikey960.sh + rm -rf art/ dalvik/ kernel/ bionic/ developers/ libcore/ sdk/ bootable/ development/ libnativehelper/ system/ build/ device/ test/ build-info/ docs/ packages/ toolchain/ .ccache/ external/ pdk/ tools/ compatibility/ frameworks/ platform_testing/ vendor/ cts/ hardware/ prebuilts/ linaro* cd - build-tools/node/build us-east-1.ec2-git-mirror.linaro.org "${CONFIG}" -- cgit v1.2.3