commit | 9018ea49d86eef79c286f813aace1c09f2143e46 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Fri Jun 14 15:33:18 2019 -0700 |
committer | Chih-Hung Hsieh <chh@google.com> | Mon Jun 24 15:24:39 2019 -0700 |
tree | 3a6b5517b2b2047805129d90ddfc1b429749e9e3 | |
parent | 4188cc5c5c523089e3f4fce852cd1e71acfe3792 [diff] |
Fix pylint warnings and now prefer python3 * Read/write warning messages as utf-8 strings. * No more embedded raw utf-8 code in file. Test: ./warn.py --csvpath warnings.csv build.log > warnings.html Change-Id: Ie51700721a32bede1d3b250f4a42fd8facd6af75
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.