commit | 4e0897d57c844dd672e85bb7a35a87c9cc282bd2 | [log] [tgz] |
---|---|---|
author | Steve Muckle <smuckle@google.com> | Fri Oct 09 06:20:17 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Oct 09 06:20:17 2020 +0000 |
tree | a87213b7ad8700e24fabf380dd919a26cc7de4fc | |
parent | 3e40a3a26a79ec3c232f967f2cc3920e3123a7ea [diff] | |
parent | b3f99cd4cdd0fe2f16a24cd92766b163ff5945aa [diff] |
Merge "use new GKI kernel location" am: 1d83969db8 am: b3f99cd4cd Original change: https://android-review.googlesource.com/c/platform/build/+/1455075 Change-Id: Id85c1bd7e884be34973b71fae2cc18e744f975c8
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.