commit | dec97b146231ab8128c35ccd43238d9ea377608a | [log] [tgz] |
---|---|---|
author | Wei Li <weiwli@google.com> | Fri Apr 07 16:45:17 2023 -0700 |
committer | Wei Li <weiwli@google.com> | Thu Apr 13 13:34:57 2023 -0700 |
tree | f85b5bfbc376670f3ca321c352c490480d15bc2c | |
parent | a0ffed1fa11392796b30540c5329bf04fdd7483c [diff] |
Create separate python libraries for the following logic and refactor SBOM generation script accordingly. 1) writer classes of generating SBOM in different SPDX formats 2) data classes to model the SBOM structure in SPDX Bug: 272358880 Test: CIs Test: build/soong/tests/sbom_test.sh Test: atest --host sbom_writers_test Change-Id: I1175cf0d99864bc4304559a59484ef0ba401cd64
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.