commit | 8b527b3beae17811c811f27b008d108a466daf87 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Thu Jun 27 02:41:27 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Jun 27 02:41:27 2019 -0700 |
tree | 982c1d719768ab5752007dd5f103a00005a42944 | |
parent | 50cf856b4a43e3dd6d04992aa40a5653d2e86f16 [diff] | |
parent | 98b3c85628022a62f90654026653774e9149e894 [diff] |
Merge "Remove lmk.log_stats sysprop from mainline_system" am: 6ce59eb4f6 am: 98b3c85628 Change-Id: Iceb8d73d09d297fd1b2e23350cca78ebe821beb1
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.