commit | 542a27eecffd17a815cfe996806af09734c7a821 | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Wed Aug 30 19:50:55 2023 -0700 |
committer | Kelvin Zhang <zhangkelvin@google.com> | Thu Aug 31 16:25:12 2023 -0700 |
tree | 598dee6db1747784ee7f4a1223337004e6cefbcc | |
parent | bf5f9bf01501634b51d03174042dae7f5cbd9e2c [diff] |
Add missing depdency for 16k boot image Bug: 298295675 Bug: 293313353 Test: th Change-Id: I9679c151e77398e161c04487699bc3a0d776ab13
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.