commit | d6067c18866c89d3a65b4aff95fc07c8e392e41e | [log] [tgz] |
---|---|---|
author | Tobias Thierer <tobiast@google.com> | Fri Dec 06 15:18:47 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Fri Dec 06 15:18:47 2019 -0800 |
tree | f286867d73c6bba592e8f6b4ef84de637be2536d | |
parent | 033132eff63457e79d278fcd889befd7a7a37102 [diff] | |
parent | 95370d66bebea87b4f28d3ab6a7da5ac3256be50 [diff] |
Merge "logtags: Support # line comments." am: cfd25567e6 am: 95370d66be Change-Id: I18db6c12656040db915c467987302f8f8abb5d4c
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.