commit | 09c0883e1d32efb066c592b8f3d9b90c34390c57 | [log] [tgz] |
---|---|---|
author | Zhi Dou <zhidou@google.com> | Thu Mar 13 15:06:15 2025 +0000 |
committer | Zhi Dou <zhidou@google.com> | Thu Mar 13 15:06:15 2025 +0000 |
tree | 118add74650b307b9ffecdddd955251ed32fcffe | |
parent | a351519bd28b3c375657687edb80eedf68a46e41 [diff] |
add allow package list This change adds allow_package_list which could include package name of the flag, so that the tool can allow all flags in the package to be exported. This should be removed once the build system can figure out the flags and the current build target. Test: m all_aconfig_declarations Bug: 336800305 Change-Id: Ib55f573c80eaff9648c36baedd515a3554d5bcf2
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.