| commit | 2f6e231faf422911d63840657f5bc17ff4870274 | [log] [tgz] |
|---|---|---|
| author | Yumi Yukimura <me.cafebabe@gmail.com> | Mon Aug 25 02:08:44 2025 +0800 |
| committer | Bruno Martins <bgcngm@gmail.com> | Mon Aug 25 09:19:49 2025 +0000 |
| tree | ec05334e0d19c6e204eec6115677e940a31e5871 | |
| parent | 8ed354004a5c7511d595bd1f76fb3bed761de525 [diff] |
Remove build-manifest.xml generation Refer to I1a92a171f2e2ec1ba2453d6c666cefcd9884b39b. This reverts commits 8ed354004a5c7511d595bd1f76fb3bed761de525 and 396fc5805c10016d3d9413ef4c769e7e50ff1bd3. Change-Id: I7f854e91e92d797f342af0edbdbddbe0e4390485
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.