| commit | 31f4fc9c0bf69e08a3a0a2f8b0c205ab14e1ed89 | [log] [tgz] |
|---|---|---|
| author | Bill Yang <yangbill@google.com> | Thu Aug 28 11:18:49 2025 +0000 |
| committer | Bill Yang <yangbill@google.com> | Fri Aug 29 02:16:08 2025 +0000 |
| tree | d65f4c69786399aa64b2d06174caa23855eb9288 | |
| parent | fc6b45bb2d56968dc5bd66b8a5108e4b43666fd1 [diff] |
Export MINIMAL_FONT_FOOTPRINT to soong Bug: 441384612 Test: m fontchain_lint Change-Id: I522792733692f04a34a963ab86d462a38f3a86b4
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.