commit | ed748966009560f9be1c2b363fa7606ebc010fb0 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Tue Feb 04 12:12:11 2020 -0800 |
committer | Chih-Hung Hsieh <chh@google.com> | Tue Feb 04 15:34:12 2020 -0800 |
tree | 83a274b29eb875c55558cbc6360ec9d63787d3db | |
parent | 9f7a42025d3f5a45a72133f0da44fbc4d6b6bfe1 [diff] |
More Java/Kotlin warning patterns * Simplify java warning pattern functions. Test: warn.py --url=http://cs/android --separator='?l=' build.log > warnings.html Test: warn.py --gencsv build.log > warnings.csv Change-Id: I837fa9290acded3b936182877d9e0c00de4cdf4f
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.