commit | 71dd08062e198b13592158f4bbef12b2aa302b69 | [log] [tgz] |
---|---|---|
author | Yo Chiang <yochiang@google.com> | Mon Feb 15 08:18:30 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Feb 15 08:18:30 2021 +0000 |
tree | 4d557f11c2fd4ff50630ae06037d86be28ec2640 | |
parent | 2de21432a12241776f0d40ac8d8a33e5d2e2791c [diff] | |
parent | 3a8d7138357f7c4c7f419eb2c3189659274e8ae1 [diff] |
Merge "Kernel modules: add modules.blocklist build support" am: b84604198c am: d7c8c787fd am: 3a8d713835 Original change: https://android-review.googlesource.com/c/platform/build/+/1575046 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Idb7bc314dfb707bfd3a169bb90ea67f43d3c6fa9
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.