commit | 04b25efc91c16740c50dd9408cef80a5e360081b | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Thu Dec 26 18:20:15 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Thu Dec 26 18:20:15 2019 -0800 |
tree | 4add75be7665a0ac27561244c9b53c922936aabd | |
parent | 63e1d4d8994d710d48badca5683e79cf988d0e7e [diff] | |
parent | 4506b17dd3c28179f25b8689503e79149732d387 [diff] |
Merge "Stop removing valid copy headers" am: 4506b17dd3 Change-Id: I0387d8c5106a41d4ad91cf87c0c5f0520255da7b
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.