Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit db07c525 authored by Tom Marshall's avatar Tom Marshall
Browse files

build: Set ccache base to build top

This enables ccache sharing between different build tree paths.

Change-Id: I99636bdd2779a6ccf0649f027e35cf67df44b6ae
parent 0b342861
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@ ifneq ($(USE_CCACHE),)
  # We don't really use system headers much so the rootdir is
  # fine; ensures these paths are relative for all Android trees
  # on a workstation.
  export CCACHE_BASEDIR := /
  export CCACHE_BASEDIR := $(ANDROID_BUILD_TOP)

  CCACHE_HOST_TAG := $(HOST_PREBUILT_TAG)
  # If we are cross-compiling Windows binaries on Linux