1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-07-03 05:27:04 +02:00

Fix spelling of CXX and Cargo (mostly in the Chromium part). (#1549)

This commit is contained in:
Lukasz Anforowicz
2023-12-01 18:21:47 +00:00
committed by GitHub
parent 53baee82e3
commit 584c957d69
12 changed files with 31 additions and 31 deletions

View File

@ -19,7 +19,7 @@ We will look at `rust_binary` and `rust_library` next.
Additional items speaker may mention:
- cargo is not optimized for multi-language repos, and also downloads packages from the internet.
- Cargo is not optimized for multi-language repos, and also downloads packages from the internet.
- For compliance and performance, Android must have crates in-tree. It must also interop with C/C++/Java code. Soong fills that gap.