commit | 4d31b9da8c893c83aff82e4ffc4a294a7cf9f0ee | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Thu Jan 04 01:31:37 2018 -0800 |
committer | Chih-Hung Hsieh <chh@google.com> | Thu Jan 04 01:31:37 2018 -0800 |
tree | cea22fef0a8da59b7ac72b6531c0c534b8cf215f | |
parent | ec728cbad04f6ff537611bf2e222c32130d07eb0 [diff] |
Call clang-tidy with -fno-caret-diagnostics by default. * clang -fno-caret-diagnostics suppresses warning source lines, carets, and the stats line of "n warnings generated" * clang-tidy -extra-arg-before=-fno-caret-diagnotics only suppresses the "n warnings generated" line. * Pass this flag and -quiet to clang-tidy when WITH_TIDY is not 1 or true. * Remove redundant quotation marks around -extra-arg-before. Bug: 69051430 Test: normal build and build with WITH_TIDY=1 Change-Id: I9021ee315edc977c15dda6ab246a00182f31fad1
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.