commit | 214e8dacc89f389616569b1c929b4e73c46bfe8b | [log] [tgz] |
---|---|---|
author | Ted Bauer <tedbauer@google.com> | Mon Dec 09 18:55:10 2024 +0000 |
committer | Ted Bauer <tedbauer@google.com> | Mon Dec 09 18:55:10 2024 +0000 |
tree | e8afa7aa2ccace0f205ce84fe80e2a2ce31e57f6 | |
parent | f65a4a219aa53c88243c973f5c0053fbca9caaed [diff] |
aflags: read from both system and mainline sockets There are now two aconfigd daemons: one for the vendor/product/system partitions, and one for mainline partitions. Read from both of them, and combine their results. Change-Id: I5a5e49661fbcf5c561bffbd226d9fa5aad34d053 Test: aflags list Bug: 369808805
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.