commit | d669fa67ed9acf949c218401e75c32e554213fbc | [log] [tgz] |
---|---|---|
author | Mårten Kongstad <amhk@google.com> | Wed Dec 20 10:59:54 2023 +0100 |
committer | Mårten Kongstad <amhk@google.com> | Wed Dec 20 19:24:49 2023 +0100 |
tree | aa1caa3ec89742b562f3e254cace53000e238854 | |
parent | beae27905ece9ad629117cf9d5ab795e77873ed4 [diff] |
aconfig: adjust integration tests to correctly set flag values With the introduction of a root release config, the com.android.aconfig.test flags now have their values correctly assigned. Update the integration tests accordingly. Bug: 317178122 Test: atest :all Ignore-AOSP-First: submit internally first to resolve merge conflict from AOSP Change-Id: I1acdf9442a465f20f71bcda9b15eb69058aa4b3a
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.