commit | 8ac514530700644ae45c62605df5478385af3a25 | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Wed Sep 11 16:31:06 2024 -0700 |
committer | Kelvin Zhang <zhangkelvin@google.com> | Wed Sep 11 16:31:06 2024 -0700 |
tree | 9600cbd1279578fb45fac951bb0648a8ca6d777c | |
parent | 4837944712e305ff97ff1da1ba2f77c956c6310e [diff] |
Add 16K boot image and dtbo image to dependency list of target files In aosp/3236458 these two artifacts are added to target-files.zip, but they are not listed as dependency of target-files.zip. Depending on build order and clean spec, sometimes this leads to missing files. Test: th Change-Id: I70e3b3691e77112c2427d95930b0c27a8042884b
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.