commit | fca73bcad3a223f6ef7f22edb7cd300583755e72 | [log] [tgz] |
---|---|---|
author | Jared Duke <jdduke@google.com> | Wed Jun 26 23:04:28 2024 +0000 |
committer | Jared Duke <jdduke@google.com> | Wed Jun 26 23:08:16 2024 +0000 |
tree | a8c61ab62ac363330c1285870d085a259c55d6d7 | |
parent | b95116177363452107e7f13f3ea39c5212a531ee [diff] |
Mark FeatureFlags impl member as final Marking the member as final for non-test scenarios allows for optimizations that may otherwise be unavailable, and avoids ambiguity about mutability. Bug: 280833463 Test: atest aconfig.test Change-Id: Ia58a04c9a57ee06d68f4dd022ace5365c65f4cf5
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.