commit | ec0881e0c32ecc0468839cd9679132b1adb0dfb3 | [log] [tgz] |
---|---|---|
author | Wei Li <weiwli@google.com> | Tue Mar 28 15:09:34 2023 -0700 |
committer | Wei Li <weiwli@google.com> | Mon Apr 03 20:01:34 2023 +0000 |
tree | 5f34deac847d6ff094a26c64853e326da925f2cd | |
parent | 960a4700e09732b09f97f9617647c31364b42c73 [diff] |
Filter out installed files of partitions not built for a target product in SBOM generation. Also collect some information of all prebuilt partition images for later use in SBOM generation. Bug: 272360068 Test: CIs Test: build/soong/tests/sbom_test.sh Change-Id: I82cd93a50e4230123d47feab9a558211c4276425
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.