commit | 3ae1f7af36d1f44ec09e6d40caaa96d25757d303 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Tue Apr 10 18:52:29 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Tue Apr 10 18:52:29 2018 -0700 |
tree | cb85d885b15d5643d30277ea8ee6be1789c31eb9 | |
parent | ac44bf7152bb1c96d726007a96c845a2269339dc [diff] | |
parent | de61b23ffc028430c9935b17dd128735a24414e0 [diff] |
Merge "Add variables for configuring Soong plugins" am: de61b23ffc Change-Id: I4ee0ad56c022bf40233b2ebb9266d37331c35f98
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.