commit | 756b56125ae2d4b30d056d2ae8d0818ae2f0d656 | [log] [tgz] |
---|---|---|
author | Iavor-Valentin Iftime <valiiftime@google.com> | Wed Feb 09 15:56:14 2022 +0000 |
committer | Iavor-Valentin Iftime <valiiftime@google.com> | Wed Feb 09 16:02:33 2022 +0000 |
tree | 48246af443bf4e504a4b6409e37f492eb1f2e673 | |
parent | 6daac9c78ddbd516abe551029edcaeda3fab90a0 [diff] |
Fix python3 errors: "TypeError: write() argument must be str, not bytes" Bug: 186097910 Change-Id: I191c3230596026ee327c1403a6c72fbfa6fdb2d9
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.