commit | 8e7d3fb13448b83b1d5ddc0d978886d00e5fb21c | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu May 17 12:11:34 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu May 17 12:11:34 2018 -0700 |
tree | bb8d0fc95589edc9040e0359f161081b682a6479 | |
parent | 1dd2190c9bcb8614e93f63008e1cb72ac7e6848f [diff] | |
parent | 4ab479a771b07c6bd37207af56fa4c2217730e39 [diff] |
Merge "Don't always filter out --auto-add-overlay" am: e3c456423e am: 4ab479a771 Change-Id: Icc7d1d911904c36684d89c20881002c3c8978175
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.