commit | 5566eb96bfd779242194cc9a2257c8b65f5daf86 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Jun 13 04:16:53 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Jun 13 04:16:53 2019 -0700 |
tree | b698d8450160099cf597616cb29d670b02cee3c8 | |
parent | 327043f2dc2ad6d07ddd019744d3cef4bc5c4159 [diff] | |
parent | 8ed5deeae19390bc3eb065310065e57555f99e2a [diff] |
Merge "Make kernel modules into normal installed files" am: b7035aef21 am: ffaf599a6e am: 8ed5deeae1 Change-Id: I02400d7e76dfb1fc5bb32c4916e1ea802bb50fd3
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.