commit | b820bcd8291fd1c6870d0f8d5fb20d3b71d25da2 | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Thu Oct 28 13:59:48 2021 -0700 |
committer | Cole Faust <colefaust@google.com> | Thu Nov 04 17:58:44 2021 -0700 |
tree | bb0dab243c2557186c9a04acbe635d5c641cf0b7 | |
parent | 936e704999b699b7d3fe01215484662a413ad8e7 [diff] |
Prepare release tools for python 3 - Sort dictionaries before looping over them - Don't call sorted() on lists with Nones - Open file in binary format when serializing protobufs Change-Id: If5dbc908f7125f6184014b3c1c7891f833d1d8bf Bug: 203436762 Test: Presubmits
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.