commit | 77dd8b71746c9bd5c16f5ebb67d191bf70670710 | [log] [tgz] |
---|---|---|
author | Ibrahim Kanouche <kanouche@google.com> | Fri Apr 14 01:55:14 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Apr 14 01:55:14 2023 +0000 |
tree | ba772a3cba51f90c0a9553c23f05ddb098efe373 | |
parent | 73f61e7ede0d7880fc7a4c258c31271d2de01faa [diff] | |
parent | 5f35c29870df80d5763011fdfab2d93526af4d99 [diff] |
Merge "Added validation to SBOM generator" am: 8eed7f5ac6 am: bdc1b58380 am: 5f35c29870 Original change: https://android-review.googlesource.com/c/platform/build/+/2529120 Change-Id: Iaba3e4dfa1e695ccc7f5a4bc31ab1d2e05d3e06f Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.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.