commit | 0bedc1507d2e75caf4abc620fe6bca82e4ea0356 | [log] [tgz] |
---|---|---|
author | Mårten Kongstad <amhk@google.com> | Tue Dec 12 10:29:58 2023 +0100 |
committer | Mårten Kongstad <amhk@google.com> | Tue Dec 12 10:29:58 2023 +0100 |
tree | 4fdb8cdec12250400dd6dad225e93ed02472a65e | |
parent | 35baf405e085cfcb65bad40eb1b56463aebec99b [diff] |
aconfig: fix broken test 'aconfig.test.cpp.test_mode:AconfigTest#ResetFlagValue' The aconfig.test.cpp.test_mode test cases modify the local flag overrides, but was not resetting the values between tests. This meant that $ atest 'aconfig.test.cpp.test_mode:AconfigTest#ResetFlagValue' would succeed, but $ atest aconfig.test.cpp.test_mode would fail. Fix this by calling reset_flags() as part of the per-test setup. Bug: N/A Test: atest aconfig.test.cpp.test_mode Change-Id: Ic8cffff0deb279b7ae103c05642c67230afc040f
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.