commit | cee029d70aefe56adf9a57f785951ad2ffeefce0 | [log] [tgz] |
---|---|---|
author | Zhi Dou <zhidou@google.com> | Tue Mar 11 20:00:03 2025 +0000 |
committer | Zhi Dou <zhidou@google.com> | Tue Mar 11 18:22:11 2025 -0700 |
tree | 9eefc67bd4ffab30b19ec011007ec599b7ec02a8 | |
parent | 899410f98bea6f4ab60d062a100fd42ff5f4534b [diff] |
add allow list for exported flags not used for API This change adds an allow list for exported flag not used for API Test: m all_aconfig_declarations Bug: 336800305 Change-Id: I1a47a99eda35cf3d6e0d0bbe4524ecc0df4a1d74
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.