| commit | a2c2b236984bb43dcf157569922a0baf1f170b74 | [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:17:36 2025 +0000 |
| tree | 9d59155d1686b11616c0efeedbbc1b7691120351 | |
| parent | ea2c3029cfbb8d9cf6ccbd5e438c24b91f9e8b16 [diff] |
Remove build-manifest.xml generation Refer to I1a92a171f2e2ec1ba2453d6c666cefcd9884b39b. This reverts commits cc3952e99ad70e07dcc1d50c9915560469ecd2a0 and ea2c3029cfbb8d9cf6ccbd5e438c24b91f9e8b16. 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.