commit | 9150fc34254cb38ffc5b6936169b72b420dc6823 | [log] [tgz] |
---|---|---|
author | Zhi Dou <zhidou@google.com> | Wed Mar 12 19:38:22 2025 +0000 |
committer | Zhi Dou <zhidou@google.com> | Thu Mar 13 19:48:57 2025 +0000 |
tree | 06ee855037f18ff66e56e5f511ee399fa7e63a0c | |
parent | b8503dbcc90835e1ba44b3d705ca427b338ffe06 [diff] |
aconfig: add finalized list in fake class This change adds finalized flag information in the testing class. Thus in the testing tool like SetFlagsRule, it can know whether a certain flag is finalized. If a flag is finalized, then the test should not turn the flag off for testing. Test: atest aconfig.test Bug: 402588368 Change-Id: I638918e572112233d83b96305b0b7af1a9d8eebb
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.