commit | 1a1f90e49ac3f63626c405550642e1c3cb564f31 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Mon Jan 09 14:19:11 2023 -0800 |
committer | Chih-Hung Hsieh <chh@google.com> | Mon Jan 09 14:19:11 2023 -0800 |
tree | 941007b9d802fdcdbc4e3d4b4cf9b50f9231a40f | |
parent | 857260905b30dffbf150cf9945f80a0d44ca5011 [diff] |
Make DeprecatedOrUnsafeBufferHandling not high severity This tidy check has been disabled by default globally, in build/soong/cc/config/tidy.go. Local projects can enable it to find/fix such issues, but if not fixed, it should not be treated as a high severity one and not to alarm daily builds. Bug: 227361697 Test: warn.py --url=http://cs/android --separator='?l=' build.log > warnings.html Test: warn.py --gencsv build.log > warnings.csv Change-Id: Ifa65a788ddc6a67ed3250d5bed737c6e3b153617
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.