commit | 4f0aabfb52388c799e04ba9b5b2d0e69d743bb27 | [log] [tgz] |
---|---|---|
author | android-build-prod (mdb) <android-build-team-robot@google.com> | Fri May 04 10:18:17 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Fri May 04 10:18:17 2018 -0700 |
tree | d396bc59f7c0ad24182f7a4d32824aaf31e4b5a4 | |
parent | 47c3be39a67f351c4e32b98bea8d21f279a6146d [diff] | |
parent | c4f7d50fd019d5ec167a858b44b50de9cdffe4c1 [diff] |
Merge "Remove settitle" am: 5b36fb759b am: c4f7d50fd0 Change-Id: Ia46c001cc944116b08cff80731ed6ea26edf14d6
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.