commit | bedf1a8a86ce25d525be1545c2ac073cc8c4f3b8 | [log] [tgz] |
---|---|---|
author | Ibrahim Kanouche <kanouche@google.com> | Sat Oct 22 01:28:05 2022 +0000 |
committer | Ibrahim Kanouche <kanouche@google.com> | Tue Nov 01 20:42:01 2022 +0000 |
tree | b94d76359c7304f9cbad3255052661dfbcc97d48 | |
parent | 0cd509a08afa15855864d8925fe9f761bbbfd923 [diff] |
Added SBOM generator module to implement the spdx utility bill of material Added methods to graph.go to extract the annotation types Test: m compliance_sbom Test: tested against real targets, see go/paste/4932131502424064 Bug: 241591242 Change-Id: I344c15d64cd034d72076f9d9a677e593e288e3a6
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.