commit | 824dad93b041b6660818dcfe748418c1c6203113 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Thu Jan 18 10:28:51 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Jan 18 10:28:51 2018 +0000 |
tree | 42b903a1855a90fbff8ee24af7f64211eac46423 | |
parent | 1ddb619dc4824da5eceb0f7d20111c7e80c9eedb [diff] | |
parent | 57923be1231e721ade1139df8de326ff2bf6a2ae [diff] |
Merge "Warn: Change GuardedBy regular expressions" am: 57923be123 Change-Id: Ic9a566dc11ac9f7c7f7db1a684e0ddd688be1cfc
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.