commit | 3e0b5d0355eff89c1acb0c6e8c15886c2cd9652c | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Tue Sep 29 21:18:20 2020 -0700 |
committer | Yifan Hong <elsk@google.com> | Wed Sep 30 11:54:04 2020 -0700 |
tree | 16e998bc7fe8cbef562992a8fe749469b49280b6 | |
parent | 897cfaee465b8d29061bcacab847a6b0ca9f7f80 [diff] |
Fix boot-* to kernel-* dependency For example, if BOARD_KERNEL_BINARIES contains kernel-5.4, make sure boot-5.4.img depends on kernel-5.4. Test: remove kernel-5.4 from out directory then build boot image Fixes: 169725104 Change-Id: I85624f3595c1a698bc27d19c73349138bb6e9e8c
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.