commit | eebf6dcd1ae976a768cc150a05b14c5cf7352e4e | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Mon Dec 18 14:07:58 2023 -0800 |
committer | Julien Desprez <jdesprez@google.com> | Mon Dec 18 22:39:04 2023 +0000 |
tree | 12cdc61e186023ec1412161f10b080345da1233f | |
parent | ecabf893a04f6bb82df2be0525e3c1012306698e [diff] |
Use sha256 when zipping target_files similar to general-tests.mk, this will avoid recomputing sha256 when uploading target files to RBE. Test: presubmit Bug: 316952196 Change-Id: I879214ac79f5c269f337fafcede8513c1e90e60e
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.