commit | 4722b5b1589bf4c1e214c4624c9a89c71c488e1a | [log] [tgz] |
---|---|---|
author | Dan Shi <dshi@google.com> | Fri Jun 14 15:37:11 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Fri Jun 14 15:37:11 2019 -0700 |
tree | f1cdbfc7321b6b14727d78c1d155351c932f85e8 | |
parent | d3576727ea8a268489d5e7b50d7012ede5910116 [diff] | |
parent | fde58bccbccbf5d6082fa4d85c26849de233c35d [diff] |
Merge "Update auto-gen test config template with EXTRA_CONFIGS placeholder" am: fde58bccbc Change-Id: I271b0b67e7ae9a7df8a3f17b4cbbd362ece5cfe1
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.