commit | dbc7c7cfa95a039941ce34d0dd1ff2faf2498bd1 | [log] [tgz] |
---|---|---|
author | Chih-hung Hsieh <chh@google.com> | Mon May 03 18:03:12 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon May 03 18:03:12 2021 +0000 |
tree | 0973bb0191165cbe942b98ee114c6162a2b625e0 | |
parent | 75a2f742a69d590c82479dba928ab5cf042c4215 [diff] | |
parent | 73524b6bdde9b29e5a557b6fd60f1d945d18da7b [diff] |
Merge "Fix more pylint warnings." am: 73524b6bdd Original change: https://android-review.googlesource.com/c/platform/build/+/1691596 Change-Id: I164a51fdc6b4ee6b2354051ad12ba6d4454132bb
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.