From 0b95b6a78ce5c25349ccb3895d2bec580b850210 Mon Sep 17 00:00:00 2001 From: Alinson Xavier Date: Sun, 8 May 2016 08:51:08 -0400 Subject: [PATCH] Install build-tools before compiling --- circle.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 62ea01de5..53db3378f 100644 --- a/circle.yml +++ b/circle.yml @@ -1,8 +1,11 @@ +dependencies: + pre: + - echo y | android update sdk --no-ui --all --filter "tools" + - echo y | android update sdk --no-ui --all --filter "build-tools-23.0.3" checkout: post: - git submodule sync - git submodule update --init - test: override: - mksdcard -l e 128M sdcard.img