commit | 9af03f4cd14c49c42a1254d1949ed2c4b7521dd8 | [log] [tgz] |
---|---|---|
author | Sam Saccone <samccone@google.com> | Tue Jul 09 12:10:48 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Tue Jul 09 12:10:48 2019 -0700 |
tree | cd3f9ca9384e66dd410cf93c6f4455c45781481e | |
parent | eb7c5e3926ee179411f2b4987ccabe48fbe67ef0 [diff] | |
parent | 73155879c59bf916d88ef51c8cd4068a2fdbf38f [diff] |
Merge "this is the subject" am: 73155879c5 Change-Id: I9dd56f9b5802df502af98512702a1ce7b2ea2043
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.