aboutsummaryrefslogtreecommitdiff
path: root/96boards-hikey960-aosp-master.yaml
diff options
context:
space:
mode:
Diffstat (limited to '96boards-hikey960-aosp-master.yaml')
-rw-r--r--96boards-hikey960-aosp-master.yaml6
1 files changed, 2 insertions, 4 deletions
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}"