commit | 5f8fe158d65a7f618e3930ed17b0c913b2b6360d | [log] [tgz] |
---|---|---|
author | Wei Li <weiwli@google.com> | Wed Mar 05 15:53:53 2025 -0800 |
committer | Wei Li <weiwli@google.com> | Wed Mar 05 15:53:53 2025 -0800 |
tree | fe8f4d18d2223dd2321d473c994434a108ac034b | |
parent | fe52f9527e5340b83f134e2db642b7a1ba6a9cfd [diff] |
Include column is_soong_module when loading installed file list In soong-only build all installed files should be built by soong so this field is needed when validating if there is any metadata associating with an installed file. Bug: 398039178 Test: presubmits Test: build/soong/tests/sbom_test.sh Change-Id: I185edf01dd89489d13bf31e82ec5cffcf29e5546
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.