commit | b60960d28b12bf64664cdcb12b3794ee1d91523c | [log] [tgz] |
---|---|---|
author | Xiao Ma <xiaom@google.com> | Fri Oct 09 08:03:13 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Oct 09 08:03:13 2020 +0000 |
tree | 45aec88ad266c211783c2b95cd89df5674a2cec9 | |
parent | 4e0897d57c844dd672e85bb7a35a87c9cc282bd2 [diff] | |
parent | 677a13713caa86b8c8cddf60d8ae2835a04d9c71 [diff] |
Merge "Revert "use new GKI kernel location"" am: f07902e84f am: 677a13713c Original change: https://android-review.googlesource.com/c/platform/build/+/1455939 Change-Id: I3bf4583b62969d2b2ae15b9a4d0b1afb3bb80696
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.