commit | 73e0442fec40dae7d5e61b02afb4b70ede931c53 | [log] [tgz] |
---|---|---|
author | Hung-ying Tyan <tyanh@google.com> | Thu Jun 20 04:55:43 2024 +0000 |
committer | Hung-ying Tyan <tyanh@google.com> | Thu Jun 20 04:55:43 2024 +0000 |
tree | b2fbee23a736f50de7c036609c02ba8c32213c34 | |
parent | 874da86de2ffcd8672cff7ab1f33cba61bd447d9 [diff] |
Add a GSI overlay for the framework package This overlay is used to override the default value of the config_multiuserMaximumUsers resource in the framework package. This is necessary because the default value of this resource is 1, which is too low for CTS (like ProxyMediaRouter2HostSideTest) to add test users. Bug: 347122747 Change-Id: I351a96c49b698570f67742b176274124c41018c9 Test: TH
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.