| commit | 756a2f817c78b0c7753e47a64c77e4d256943562 | [log] [tgz] |
|---|---|---|
| author | zhidou <zhidou@google.com> | Fri Mar 28 16:25:38 2025 +0000 |
| committer | Zhi Dou <zhidou@google.com> | Sun Mar 30 21:26:15 2025 +0000 |
| tree | e066c65d02746dc28ec6bc3e18135e2351816111 | |
| parent | f7a35a06595bc2f3a5d0e32a55c114f4a0007b35 [diff] |
add filter command in exported_flag_check This change add filter-api-flags command to this tool. It should be triggered when the build system creates the exported flags jar of all flags for API. It will remove all flags exported but not for APIs from the final jar. Test: atest exported-flag-check-test Bug: 345798636 Change-Id: I3af0b915a6f3e6ba07d41a5f24ecac7f7f8f37a6
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.