commit | 6eaae7d5ee24ca5825e7c644066e1e10d9357059 | [log] [tgz] |
---|---|---|
author | Ivan Lozano <ivanlozano@google.com> | Fri Feb 21 21:04:58 2025 +0000 |
committer | Ivan Lozano <ivanlozano@google.com> | Fri Feb 21 21:10:17 2025 +0000 |
tree | 3ba5d75953ff9b74e354244b706158a32a3c130b | |
parent | c0b66fc59de069e06ce0ffd703d4d21613be30c6 [diff] |
Add default cc_rustlibs_for_make module to static binaries libstatic_rustlibs_for_make contains the set of rustlibs that are included in libc, bundled together for Make static binaries. This library may grow to include additional Rust libraries in the future that may be linked in by other cc_library's included by default with static Rust dependencies. Bug: 393511828 Bug: 396666286 Test: m <Make static executable with rust_ffi_static deps> Change-Id: Idf77ec91fccf9666f7275a73c53ca392714b9e6a
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.