commit | 618ba8464d962855e0204da1d8965f7d77dd6198 | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Fri Jun 18 12:24:33 2021 -0700 |
committer | Xin Li <delphij@google.com> | Fri Jun 18 15:42:08 2021 -0700 |
tree | 8fd303e076994fa46c9d3f4640065e8c23521864 | |
parent | 389d81d13edc810c324a840825cfb9404285a097 [diff] | |
parent | 9e581ca2cd3151245ce4813d63fe0e5be7e88023 [diff] |
DO NOT MERGE - Merge RQ3A.210605.005 Bug: 190855093 Merged-In: I4ab3c7053d6b3e669a928307fb17418d2b96749c Change-Id: I7130ccdf6abae265352723e05de325a6cbd086e5
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.