commit | 8dcf6bb1173408e914d69cda09a65efbfe284db5 | [log] [tgz] |
---|---|---|
author | ganeshi4u <ganeshvarmai4u@gmail.com> | Fri Sep 06 18:31:15 2019 +0200 |
committer | Jackeagle <jackeagle102@gmail.com> | Sat Dec 12 07:21:21 2020 +0100 |
tree | 3b8c17444efc78013a784c95463e1ea9b5918144 | |
parent | 0a87f575545c5793ea8269e902db47b342a64925 [diff] |
envsetup: Automatically set CCACHE_EXEC to the system's ccache * check for ccache tool and set its path in CCACHE_EXEC if it hasn't been set already Change-Id: Ife9d0a723cb90b89392ee288ebe6e7e9f2be7eef Signed-off-by: SahilSonar <sss.sonar2003@gmail.com>
This is the Makefile-based portion of the Android Build System.
For documentation on how to run a build, see Usage.txt
For a list of behavioral changes useful for Android.mk writers see Changes.md
For an outdated reference on Android.mk files, see build-system.html. Our Android.mk files look similar, but are entirely different from the Android.mk files used by the NDK build system. When searching for documentation elsewhere, ensure that it is for the platform build system -- most are not.
This Makefile-based system is in the process of being replaced with Soong, a new build system written in Go. During the transition, all of these makefiles are read by Kati, and generate a ninja file instead of being executed directly. That's combined with a ninja file read by Soong so that the build graph of the two systems can be combined and run as one.