commit | 91f2f9d851d16ba5b4f3dae02fa996024dce3dcb | [log] [tgz] |
---|---|---|
author | Ibrahim Kanouche <kanouche@google.com> | Sat Apr 01 05:05:32 2023 +0000 |
committer | Ibrahim Kanouche <kanouche@google.com> | Sat Apr 01 21:24:30 2023 +0000 |
tree | 650e8b2f643c3d1b41d01e8f050f670eeae4159c | |
parent | 928ee9d9f7ca091054a14c7dcffb2cc406eda2b4 [diff] |
Revert "Revert "Updated SBOM generator module to generate JSON spdx utility bill of"" This reverts commit 928ee9d9f7ca091054a14c7dcffb2cc406eda2b4. Reason for revert: Fixed the initial cause of the revert. Added spdx-tools to the missing branches. See b/276427351 Change-Id: I7bd0b3f194b27dc9a255ccadeb2a9a12a3d59f66
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.