commit | ba72cc7ae11f447191a0ee60f52faa0a25f7b1db | [log] [tgz] |
---|---|---|
author | Dennis Shen <dzshen@google.com> | Thu Dec 21 18:15:58 2023 +0000 |
committer | Dennis Shen <dzshen@google.com> | Tue Jan 02 19:00:44 2024 +0000 |
tree | 4f2b361e85c78cfa8724d0d341278bb4373e2a2c | |
parent | a79329678d03f9fc438c584e877d098855178101 [diff] |
aconfig: add assign_flag_ids function Add a function to assign flag id for flags in a package. We first assert that the flags should have been sorted by its name, then assign a u32 id to each flag in order. Note this cl adds the function, it will be used in later cls. Bug: b/312243116 Test: atest aconfig.test Change-Id: I843433305abecbe0cc78988fe23dcf35c6a03358
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.