commit | 0c6bc1ad458ce6c9e5959d9d3527c4a032a968cc | [log] [tgz] |
---|---|---|
author | Wei Li <weiwli@google.com> | Mon Sep 23 21:24:13 2024 +0000 |
committer | Wei Li <weiwli@google.com> | Mon Sep 23 21:25:12 2024 +0000 |
tree | 3d898a887768e3e82a2128c138c8f44e799f4e35 | |
parent | dbe77417733730a51e7f3eb950050f0f57e4d000 [diff] |
Extract class MetadataDb to a separate python library so it can be used in notice files generation. Bug: 330949782 Test: m sbom, no diffs in generated SBOM before/after the change Test: build/soong/tests/sbom_test.sh Test: CIs Change-Id: I3cf944f744a1a5d359fd925621d1597b9681da9b
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.