commit | 92cf0ec2325e0740a9d07c0a1db72d660d569203 | [log] [tgz] |
---|---|---|
author | Zhi Dou <zhidou@google.com> | Wed Jul 19 19:29:22 2023 +0000 |
committer | Zhi Dou <zhidou@google.com> | Thu Jul 20 02:32:00 2023 +0000 |
tree | bbea9d39d827ce19d46b918787d97bc09ed76a90 | |
parent | 0ee11559f94034b559d9d53f6c8da1467d9272fe [diff] |
Aconfig: sort the parsed flag order in create-cache This change will sorted the parsed flags from the declarations. Without this change the code will expect the passed in declarations sorted. After this change the code will still guarantee the parsed flags in the cache is sorted, but it won't expect the passed in declarations are sorted Test: atest aconfig.test Bug: 291926035 Change-Id: I5f0637fe770003224b128591890e04277bc09345
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.