commit | a92f3e0804c5c758cd4c9f685479a9ce959a3de5 | [log] [tgz] |
---|---|---|
author | Kousik Kumar <[email protected]> | Tue Nov 24 10:55:47 2020 -0500 |
committer | Kousik Kumar <[email protected]> | Wed Jan 06 10:00:18 2021 -0500 |
tree | 9d7d16749153ab9dfb588a30d0c3625c3b727338 | |
parent | ba9a28bee20206be1a679c3d049883ff1ff16741 [diff] |
Use unified cas uploads / downloads This is to deduplciate uploads and downloads when running builds with RBE. Especially useful for certain Java / R8 / D8 actions that have JAR files as common inputs. Bug: b/170699893 Change-Id: I0459d4e5c89bd93e5c0c53195fdabccabec08674 Merged-In: I0459d4e5c89bd93e5c0c53195fdabccabec08674
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.