commit | 8db86c28a7bd420d6a4162b983e560aa7d752511 | [log] [tgz] |
---|---|---|
author | Ivan Lozano <ivanlozano@google.com> | Fri Feb 28 11:57:28 2025 -0800 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Feb 28 11:57:28 2025 -0800 |
tree | 3ba5d75953ff9b74e354244b706158a32a3c130b | |
parent | f47bccc516ba3ed3ad5ad967d7cd90687e0c5b82 [diff] |
Revert^2 "Add default cc_rustlibs_for_make module to static binaries" This reverts commit f47bccc516ba3ed3ad5ad967d7cd90687e0c5b82. Reason for revert: Re-landing bionic changes Change-Id: Ie9db8d966d06847a2ceb4be9b4e1a48ab94cf661
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.