| commit | 61a8e41e8b5054add7c4f46436a3eb591b6e8041 | [log] [tgz] |
|---|---|---|
| author | Anna Bauza <annabauza@google.com> | Thu Apr 10 05:46:17 2025 -0700 |
| committer | Anna Bauza <annabauza@google.com> | Thu Apr 10 05:46:17 2025 -0700 |
| tree | 986c3439c7c310feb6676555959c26c87d3bdce2 | |
| parent | 6b9a9022d73476709f6f6b696aaaf4b7e363b578 [diff] |
Flag removal: RELEASE_AVATAR_PICKER_APP Bug: 409607992 Flag: EXEMPT removing RELEASE_AVATAR_PICKER_APP Test: N/A Change-Id: I1b66c835db5264d4cf0fe502d2114844e79a383c
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.