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

Commit 30405bb9 authored by Simon Polack's avatar Simon Polack
Browse files

Fix ccache which is no longer shipped with AOSP

..by adding a ENV VAR pointing to the actual executable.

Taken out of StolenHal Pull Request.
parent 4f145950
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -29,6 +29,9 @@ ENV USE_CCACHE 1
# for no limit.
ENV CCACHE_SIZE 50G

# We need to specify the ccache binary since it is no longer packaged along with AOSP
ENV CCACHE_EXEC /usr/bin/ccache

# Environment for the LineageOS branches name
# See https://github.com/LineageOS/android_vendor_cm/branches for possible options
ENV BRANCH_NAME 'lineage-16.0'