commit | 5290825452f61013ea692d1113649c0de08e3e3c | [log] [tgz] |
---|---|---|
author | Wei Li <weiwli@google.com> | Fri Apr 14 18:49:42 2023 -0700 |
committer | Wei Li <weiwli@google.com> | Sat Apr 15 06:05:32 2023 +0000 |
tree | a80acf664d9bea2b9ecb0bee4866af9d701c303b | |
parent | ebf41e9a917d2b77837446fddb1bb27e1fd6cbab [diff] |
Fix the following issues mentioned in Pixel SBOM review. 1) PackageSupplier should be NOASSERTION if there is no homepage information in METADATA file of source packages 2) PackageDownloadLocation of upstream packages should be NOASSERTION if there is no code repository URL in METADATA file of source packages Test: CIs Test: atest --host sbom_writers_test Change-Id: I8a0298b7bacc2f96555f9d7dde0d21ada8c6b564
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.