commit | aaf375685a97b656e4319c32f6d3c2369e2cb046 | [log] [tgz] |
---|---|---|
author | Dennis Shen <dzshen@google.com> | Tue Nov 05 13:10:17 2024 +0000 |
committer | Dennis Shen <dzshen@google.com> | Wed Nov 06 00:31:28 2024 +0000 |
tree | b6d327db5f0f95ce17569e7a4d31499faf1ffc35 | |
parent | 4584584389f90995c459b859e5e5de9833570468 [diff] |
add aconfigd-system binary and libaconfigd_system library to generic system image Bug: b/327170179 Test: m Change-Id: I5298c9f4a3e02e96142cab2e04df2dbb098bc965
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.