commit | a60beeefc3aa55c1f1ed3e2d2cb64c2c5df73686 | [log] [tgz] |
---|---|---|
author | Bob Badour <bbadour@google.com> | Wed Sep 07 15:34:12 2022 -0700 |
committer | Bob Badour <bbadour@google.com> | Thu Sep 08 10:31:21 2022 -0700 |
tree | 2d22438dde032d1903a9bace62200d3a3568f6c3 | |
parent | fcf791f78730260a892ac4c34ea663490f38d0fc [diff] |
Add kernel license text. Bug: 244521066 Test: m droid dist Change-Id: Ie7052d97cbe11df8f6a184663903e66ae5cd5752
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.