commit | 94f0d12de26b42d34588c83e2995ba6402c3d30f | [log] [tgz] |
---|---|---|
author | Wei Li <weiwli@google.com> | Mon Oct 30 15:35:42 2023 -0700 |
committer | Wei Li <weiwli@google.com> | Mon Oct 30 17:04:58 2023 -0700 |
tree | 1e05c81fd8423d951cd36cdd2031f0340052cd7c | |
parent | 4c56f45c50efaa95a49387dd8b948bde565ca021 [diff] |
Include following files in the SBOM of layoutlib, which are disted in Soong. layoutlib.jar, from module layoutlib icu*.data, from module icu-data_host_i18n_apex libicuuc_stubdata.dll, from module libicuuc_stubdata libicuuc-host.dll, from module libicuuc See https://cs.android.com/search?q=%22targets:%20%5B%5C%22layoutlib%5C%22%5D%22&ss=android%2Fplatform%2Fsuperproject%2Fmain The static dependencies of java_library and cc_library have not been included and will be handled in later CLs. Bug: 303905932 Bug: 303904827 Bug: 303905759 Test: lunch sdk_phone64_arm64-userdebug && m layoutlib dist; CIs Change-Id: I0c04fed2872b674a460a4a08880e67a6311890c4
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.