commit | 927ba0b327ede2506153c4fa887aa00a2b36696b | [log] [tgz] |
---|---|---|
author | Jon West <electrikjesus@gmail.com> | Fri Aug 17 22:11:04 2018 -0400 |
committer | Jon West <electrikjesus@gmail.com> | Fri Aug 17 22:12:41 2018 -0400 |
tree | 2fc5a166a04155dcb8827ae0990084241feb6747 | |
parent | 5b5fac1c3bbdc1bb9b3e3225770f25409aab6cae [diff] |
[EFI] Remove vendor kernel build instructions ONLY WHILE BUILDING EFI Change-Id: I657f6978bd592796a08bab86891874afb7f55b23
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.