commit | 4bc4ff3c118d68f7926e277e65c8d5d409a147d7 | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Wed Dec 02 00:03:31 2020 -0800 |
committer | Xin Li <delphij@google.com> | Wed Dec 02 00:03:31 2020 -0800 |
tree | 315fe6ec4583aef13644c7df50b20425c5f023a3 | |
parent | 08d8128d84ee07c2dbb7a175707584640b982838 [diff] | |
parent | b69cb667f61330e48d2ec1f8e336799bc313ec71 [diff] |
Merge rvc-qpr-dev-plus-aosp-without-vendor@6881855 Bug: 172690556 Merged-In: I880b5dfb7bfea4b6abef9fcb603abcb383d84f42 Change-Id: I3c3385a1c58004f1ee6124de0c86dfff614a3bf6
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.