commit | 4e8f40a307e88cfacb60cd7ffba8f9ffda09dbbc | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Tue Apr 07 11:18:35 2020 -0700 |
committer | Xin Li <delphij@google.com> | Wed Apr 08 03:39:21 2020 +0000 |
tree | 68dd9154ab9b65a45266f951daf64d30fae2a8b8 | |
parent | 385c9ae90fe5ed02a640becb026dc59f2d1b340d [diff] | |
parent | 49ceb3a8a71bd01cc50ccb927f82dd78f89881bd [diff] |
DO NOT MERGE - Merge QQ2A.200405.005 into master Bug: 150877681 Change-Id: I5e36c453de41b16cf722454edb21428cfd3b759c Merged-In: Ic383f938d12f9fac0d93364ba737f0c401fb0a01 Merged-In: I4e5b07e96a1ddc23057b373a1ff7d9f54ae361bb
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.