commit | 0930977b5561ef8f0f2ec5b43d85f9820a60d4c3 | [log] [tgz] |
---|---|---|
author | Amir Voskoboynik <amirvosko@google.com> | Fri Apr 05 23:15:09 2024 +0000 |
committer | Amir Voskoboynik <amirvosko@google.com> | Mon Apr 08 05:19:04 2024 +0000 |
tree | b7eebd84a8427b5aae4627d637c81c84e2775734 | |
parent | 6cc2ee7a6d6fa4bad105bdf1187ade9c680b819f [diff] |
Revert "libmdnssd is only used by adbd." This reverts commit 1ecbeae2ddecb331e9067c409c4def26e6982ac8. Reason for revert: Prime candidate as culprit for build breakage build_id/11678886 Bug: 333111739 Change-Id: I24ee63b7cfe738e505e691b2d111c4a816513657
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.