commit | 3bb6c9448b904d7efd6053dcc17f1f6273afc924 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Thu Sep 23 13:48:34 2021 -0700 |
committer | Chih-Hung Hsieh <chh@google.com> | Thu Sep 23 13:51:08 2021 -0700 |
tree | 597d289dc75df21fdd8fe86c22dd299481e2d32f | |
parent | 756e53089aaf22c69e824ccb367038dd51d7dd0d [diff] |
Add new clang and clang-tidy warning patterns * New "clang-tidy aborted ..." warnings are reported when clang-tidy runs for more than TIDY_TIMEOUT seconds. Test: warn.py --url=http://cs/android --separator='?l=' build.log > warnings.html Test: warn.py --gencsv build.log > warnings.csv Change-Id: Iea62b06b2cf78737d7713dabbcf6d9ac8ba23898
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.