| commit | 01c341f318ddb44c78d605db5f7ee8cda6ceafb9 | [log] [tgz] |
|---|---|---|
| author | Nolen Johnson <johnsonnolen@gmail.com> | Mon Dec 01 23:48:30 2025 -0500 |
| committer | Nolen Johnson <johnsonnolen@gmail.com> | Mon Dec 15 21:02:40 2025 -0500 |
| tree | c271bad51186321c745dfbf957fe137bb2be71e1 | |
| parent | 62eb3726418f7c7a7c0d619f24588eead11d6ba1 [diff] |
Revert "Remove retrofit dynamic partition support from otatools." This reverts commit 307dbb62c542afc58ff97e1b2ba16ef474eac49b. Reason: Several 4.14 and 4.19 shipping devices use this. Change-Id: I91994752e6e2fd4005f5e236a90172295cc6003c
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.