commit | 54b93ca0f0151d84f814aebf5561a5ed66246ae6 | [log] [tgz] |
---|---|---|
author | Alex Klein <saklein@google.com> | Wed Jul 24 13:23:16 2024 -0600 |
committer | Alex Klein <saklein@google.com> | Thu Jul 25 17:33:15 2024 +0000 |
tree | 50d4ab92ebdb9530bb16c9ffbfc1bc2364d43216 | |
parent | 3d99e425798f4f741811c267208f18cc061488b9 [diff] |
core/Makefile: Add dist-for-goals calls for desktop image. The desktop image is being built but not appearing in the artifacts. Add dist-for-goals calls to make them show up in the builder artifact lists. Bug: b:349581445 Test: m, manual Flag: EXEMPT desktop-only tooling Change-Id: I015dc28871173376c1877e368ea423c9991e1aaf
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.