commit | 8f93cf447df38ce6107848ba6c56cc2223cfa4cb | [log] [tgz] |
---|---|---|
author | Wei Li <weiwli@google.com> | Tue Jun 20 11:23:56 2023 -0700 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Fri Jul 14 01:23:55 2023 +0000 |
tree | 2e14ebcefa474240c2caabd530e04fc02e44c611 | |
parent | 42cfcfe288f8daf51c13131dbc8b700076df30fe [diff] |
Support SBOM generation of m build unbundled APEXs. Bug: 266726655 Test: banchan com.android.adbd arm64 userdebug && m dist Test: build/soong/tests/sbom_test.sh (cherry picked from https://android-review.googlesource.com/q/commit:7c4f064a2bfd17db3129dae64baab510da64eca8) (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:9b228201502154285197e97a30d646feb312112d) Merged-In: I7abadbc083ef66b0e8ace28de69a1a219670ec37 Change-Id: I7abadbc083ef66b0e8ace28de69a1a219670ec37
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.