commit | 77e314660090234452b9e45aa9a9c877254e4233 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Thu Sep 02 16:37:23 2021 -0700 |
committer | Chih-Hung Hsieh <chh@google.com> | Fri Sep 03 14:23:55 2021 -0700 |
tree | f31dd858a92fb0c31fadbaf282dddcb3cb96e461 | |
parent | 23d5ae4f6f1090be121aecf51b953da2fef35ae2 [diff] |
Handle warning lines from RBE * Recognize USE_RBE special environment variable. * Remove RBE special file path prefix /b/f/w/ and any leading characters. * Only do this for android now, maybe for chrome later. * When finding android_root, do not use /b/f/w/ and /tmp/ file paths. * Recognize BUILD_ID and add it into .html output. * Style improvement with continue statements. Test: warn.py --url=http://cs/android --separator='?l=' build.log > warnings.html Test: warn.py --gencsv build.log > warnings.csv Bug: 198657613 Change-Id: I57746f026d5d8b71e792127b8d6ba15f6b28103c
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.