commit | 5a30746f01ed4061e44bf32924d40b33b1076b94 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Thu Dec 28 04:39:16 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Dec 28 04:39:16 2017 +0000 |
tree | 17e45d3f9bced0c5e4f08726fbc7cdefb5fdae0e | |
parent | d49a41350aa5ad6928a3fce9f920b225a83f70d9 [diff] | |
parent | 48a71330061f9fbbf1570beb204cbca9ed71bf5a [diff] |
Merge "Switch some deprecated variables to obsolete" am: 5b82359f85 am: 48a7133006 Change-Id: I85466810f07061ab927b06dd41d54d8e9c9b2bfe
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.