| commit | 90fcf491e62a6c61443370cb0bb9a05f35f01b83 | [log] [tgz] |
|---|---|---|
| author | Jeffery Miller <jefferymiller@google.com> | Mon Jan 06 17:07:23 2025 -0600 |
| committer | Jeffery Miller <jefferymiller@google.com> | Fri Apr 18 12:53:06 2025 -0500 |
| tree | 0fb610502b6b84914e81ac4c21bca1c4d9865980 | |
| parent | eb6d9433f22d2b64bbe5793bd6ebfc73cd077ae3 [diff] |
core/Makefile: Add ESP to pack-image dependencies Add the ESP to the dependencies of desktop pack image for desktop boards setting `PACK_DESKTOP_ESP_IMAGE`. This avoids having to run m prior to m pack-image for the product's esp.img. Bug: 395703174 Test: m pack-image Flag: EXEMPT desktop only change Change-Id: I65979ff7b888e85ba5d3788328ef4358ee0c73ed
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.