commit | edd678063c80d5e437fd5105b4bf984d977d448c | [log] [tgz] |
---|---|---|
author | Mårten Kongstad <amhk@google.com> | Mon Jan 29 14:43:59 2024 +0100 |
committer | Mårten Kongstad <amhk@google.com> | Mon Jan 29 14:51:51 2024 +0100 |
tree | 351c673140397a7ca9b0e3a99aeace16b74bf988 | |
parent | dfb817c223d8d2ba74c9af19b2317deb8af70254 [diff] |
aconfig: fix workspace resolver warning Fix the following warning: warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions Further info: https://doc.rust-lang.org/edition-guide/rust-2021/default-cargo-resolver.html Bug: N/A Test: cargo c # no warnings related to the resolver Change-Id: I5ee546e4f2ba9e854026bf4baee380e89cf4a01b
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.