| commit | 8d27cc39b19034d66c52e2cce50227244dd9de18 | [log] [tgz] |
|---|---|---|
| author | Zhi Dou <zhidou@google.com> | Thu Jun 29 15:15:32 2023 +0000 |
| committer | Zhi Dou <zhidou@google.com> | Thu Jun 29 15:15:32 2023 +0000 |
| tree | 37db63072056f8528f47b4cb8bce0a8d7cd571f7 | |
| parent | a41cc5ecf9099f386a9251f06b6b16937f59f23b [diff] |
aconfig: Add resetAll method to test mode FeatureFlagsImpl Add resetAll method to test mode FeatureFlagsImpl. This method is used to reset all the flags values to null. It provides convenient way to the test tools to reset the flags values. Bug: 280833463 Test: atest aconfig.test Change-Id: I4bf1d3ba69ee106ef8d0c1cc62c00bbeca1b72aa
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.