| commit | 2e85434ed2789122edc4ec451f65ea5204b5c721 | [log] [tgz] |
|---|---|---|
| author | Zhi Dou <zhidou@google.com> | Fri Mar 14 15:01:30 2025 +0000 |
| committer | Zhi Dou <zhidou@google.com> | Fri Mar 14 15:01:30 2025 +0000 |
| tree | fed4003e2cd0ce47642139b22f60cec35aa02f9d | |
| parent | 89cb7764820c716e3a22c48d57a49f887d1486e5 [diff] |
update the allow list on git main This list is different from aosp, to make sure the check can work on the git main branch. Eventually all lists will be removed. Test: m all_aconfig_declarations Bug: 336800305 Change-Id: I5248d67abf980f1bbdd556a317bf9881c4b1d24b
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.