commit | c134b7637553c3517ec8686aef81a214d32be051 | [log] [tgz] |
---|---|---|
author | Wei Li <weiwli@google.com> | Tue Oct 17 23:52:30 2023 -0700 |
committer | Wei Li <weiwli@google.com> | Tue Oct 17 23:52:30 2023 -0700 |
tree | 86b977565bd422035e6998c786833c45e118f2f8 | |
parent | e7bf32f0debacd9c1edbb67e2422d6e15ddcc1da [diff] |
Initial implementation of layoutlib SBOM generation. 1) Build/dist build.prop, resource files 2) Generate layoutlib SBOM that includes build.prop, resource files, font files and font configuration files 3) Generate SBOM of framework_res.jar with placeholders for substitution in release_layoutlib.sh Bug: 303903787 Bug: 303904046 Bug: 303904808 Bug: 303905932 Bug: 303906000 Bug: 303906275 Test: lunch sdk_phone64_arm64-userdebug && m layoutlib dist Change-Id: Ib004e199e740ccc901e93b11201db2477464be1d
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.