commit | c97c0b4a7c876246c60ff945c5ca28b54148668c | [log] [tgz] |
---|---|---|
author | Jerome Gaillard <jgaillard@google.com> | Thu Aug 01 18:02:22 2024 +0100 |
committer | Jerome Gaillard <jgaillard@google.com> | Tue Aug 20 13:37:41 2024 +0100 |
tree | e3f4a93e13a777d90c6d93a8d87b91d6d95567ef | |
parent | 273f97b5a304c5bb588c38ec5d95715f69fd3338 [diff] |
Add overlay files to layoutlib res.zip This adds resource overlay files to the res.zip file created by layoutlib_data.mk. This also updates the script generating the corresponding SBOM file. Bug: 335355919 Test: m layoutlib Change-Id: I2427be23720324eb03bd428d220b8777e3bf49bb
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.