commit | b095acbc57ca669d74edc5866710c24e87132720 | [log] [tgz] |
---|---|---|
author | Zhi Dou <zhidou@google.com> | Mon Oct 02 19:58:17 2023 +0000 |
committer | Zhi Dou <zhidou@google.com> | Mon Oct 02 23:57:10 2023 +0000 |
tree | 405bf52a5109d7c133a99fffccd59384eeff9ed2 | |
parent | 0d9b3a99ef7df49b760798c8e8c44d0672193a4c [diff] |
aconfig: change Map.of to Map.ofEntries in FakeFeatureFlagsImp Map.of can only take 10 entries. Map.ofEntries uses variable arguments. Bug: 303045451 Test: atest AconfigJavaHostTest Change-Id: I26a3fa0b8a731f9203934d4a800a5c695cfc730f
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.