commit | efcd43d7e60cd1a9b0402ce77a356aeab9b35f44 | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Tue Sep 19 13:52:17 2023 +0100 |
committer | Alan Stokes <alanstokes@google.com> | Tue Sep 19 15:05:58 2023 +0100 |
tree | 95d3c8094883b5cb7aee853af61d3383009975ec | |
parent | 4f6eb3112f403636b07bd58b618b5817f0357640 [diff] |
Tidy AVF build-time flags Sort into alphabetical order, to match the order in build_flags.bzl. Fix a typo that then became obvious. Bug: 278067832 Test: Builds, with and without flag enabled Change-Id: I89ca6b3f96634ece089f86d69bd0b40fc074adff
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.