commit | 9c4a0ea67f5db1db2c2bd1eb888dd03c59e01b56 | [log] [tgz] |
---|---|---|
author | Steve Muckle <smuckle@google.com> | Tue Jun 16 17:09:23 2020 -0700 |
committer | Steve Muckle <smuckle@google.com> | Tue Jun 16 17:49:18 2020 -0700 |
tree | 5a07d5d9ca921436f2c215e27379af79a8d23a54 | |
parent | 7244e60105da26efb22edae149b0463ca8d8f35c [diff] |
add 4.19 kernel to aosp_arm64 Create a 4.19 kernel GKI boot image. Bug: 158791155 Change-Id: I2dcfe29f2e8414c0362992a6e6ca68a86f367d4e
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.