commit | 6b11e8103f22352dd271d812c4290cd2c52d303a | [log] [tgz] |
---|---|---|
author | Dan Shi <dshi@google.com> | Fri Jun 14 16:04:39 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Fri Jun 14 16:04:39 2019 -0700 |
tree | c8eb21b1eacda8d688bda1d93d7864e78a8592e6 | |
parent | bcc9fdc35cbda095272593ef9c95c284739d8ed7 [diff] | |
parent | fed86074b371ff6fc27fd54d244dd1f83c9439fe [diff] |
Merge "Update auto-gen test config template with EXTRA_CONFIGS placeholder" am: fde58bccbc am: 4722b5b158 am: 4bfef31571 am: fed86074b3 Change-Id: Ifaa8a1ebeae18753af343913bc73a7fb2493da99
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.