| commit | e6c1972a34460bb77f510296247390fb90634846 | [log] [tgz] |
|---|---|---|
| author | Joe Onorato <joeo@google.com> | Thu Feb 27 16:30:09 2025 -0800 |
| committer | Joe Onorato <joeo@google.com> | Fri Feb 28 14:48:52 2025 -0800 |
| tree | 025cc74de80f0d2503b18d60c2d0c73b592433fd | |
| parent | 0a68346a54d1555b13087461a0bfed7f01454409 [diff] |
Add ability to say a custom partition doesn't want to participate in fastboot flashall Bug: 399738266 Test: treehugger Flag: EXEMPT this is a flag! Change-Id: I59406e9877f8399b90a7dced53eec9decd2a8567
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.