From e337e0ff896eb4fd1ea0ea045a3c90cc7c81554e Mon Sep 17 00:00:00 2001 From: Ricky Ng-Adam Date: Fri, 24 Jan 2020 14:21:23 -0500 Subject: [PATCH] ccache disabled if CCACHE_EXEC not specified. see: https://sx.ix5.org/info/post/android-q-changes/ --- tasks/bashrc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/bashrc.yml b/tasks/bashrc.yml index a3a7502..372c74f 100644 --- a/tasks/bashrc.yml +++ b/tasks/bashrc.yml @@ -13,3 +13,4 @@ - "export OUT_DIR_COMMON_BASE=/home/ubuntu/build" - "export USE_CCACHE=1" - "export CCACHE_DIR={{ build_dir }}/.ccache" + - "export CCACHE_EXEC=/usr/bin/ccache"