commit | 7b4f1048e141e88f58f71b9551d7d27ecab318a0 | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Fri Aug 23 06:42:01 2019 +0000 |
committer | Xin Li <delphij@google.com> | Fri Aug 23 06:42:01 2019 +0000 |
tree | 42cc0ba0947afec2352b2fb10ee639bba308928c | |
parent | 7e274918c0ebd963f33d922c82d5669d6a3a9a9f [diff] | |
parent | 1e929cf764e9f8dc05d28a91fdfcd542afd72f23 [diff] |
DO NOT MERGE - Merge build QP1A.190711.001 into stage-aosp-master history Bug: 139893257 Change-Id: If9ddcdd788d1cdfb1d19d2dc0d5d9b09fa9377b8
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.