commit | 45237ef64112c6807ca468c7798d3819414c90c6 | [log] [tgz] |
---|---|---|
author | Chih-hung Hsieh <chh@google.com> | Fri Jan 10 18:00:59 2020 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Fri Jan 10 18:00:59 2020 -0800 |
tree | 88ded2423a9cbf522fce57856702f2a4fd57b220 | |
parent | 5f8c93c7a29e1491275cf0aeb045f150569396a4 [diff] | |
parent | ecfd19d5761e66a6458240a1998c2c208fee982a [diff] |
Merge "Use new Severity class and update *_warn_patterns" am: ecfd19d576 Change-Id: If5e69478078c18e961b059dc7feae57663971ef1
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.