index
:
platform/build/soong
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
project_json.go
Age
Commit message (
Expand
)
Author
2024-11-04
rust-project.json: Set sysroot in generated file
Matthew Maurer
2024-11-01
rust-project.json: Generate proc-macro paths
Matthew Maurer
2024-10-03
Make the rust features property configurable
Jihoon Kang
2024-05-02
Make the enabled property configurable
Cole Faust
2024-04-30
rust: Don't suppress adding deps for rust-project.json device override
Matthew Maurer
2023-11-27
rust: rust-project.json: Skip disabled modules
Matthew Maurer
2023-11-22
rust: Resolve crate roots outside rust-project
Matthew Maurer
2023-11-20
rust: Privatize Cargo* methods on compiler
Matthew Maurer
2023-05-19
Parallelize singleton execution
LaMont Jones
2021-12-08
Support rust_toolchain_library for rust-project
Thiébaud Weksteen
2021-10-06
Include proc macro crates in rust-project.json
Seth Moore
2021-08-10
Removed commented out code
Chris Wailes
2021-08-09
Clean up generated rust-project.json files
Chris Wailes
2021-03-25
rust: Add features list to rust_project.json
Thiébaud Weksteen
2021-03-15
Export OUT_DIR variable to rust-project.json
Thiébaud Weksteen
2020-12-07
Add dependencies for source-generated crates
Thiébaud Weksteen
2020-12-03
Includes rust_binary in rust-project.json
Thiébaud Weksteen
2020-11-25
Ignore variant dependencies in rust-project.json
Thiébaud Weksteen
2020-10-12
Add config.AndroidFirstDeviceTarget.
Jaewoong Jung
2020-09-29
rust: Add ref to generated sources (aidl, bindgen)
Thiébaud Weksteen
2020-09-29
rust: refactor projectGeneratorSingleton
Thiébaud Weksteen
2020-08-06
rust: validate existence of library source
Thiébaud Weksteen
2020-08-06
rust: handle modules with same crate_name
Thiébaud Weksteen
2020-08-06
Revert "rust: validate existence of library source"
Thiébaud Weksteen
2020-08-06
Revert "rust: handle modules with same crate_name"
Thiébaud Weksteen
2020-08-05
rust: handle modules with same crate_name
Thiébaud Weksteen
2020-08-05
rust: validate existence of library source
Thiébaud Weksteen
2020-08-04
Fix dependency merging for rust-project.json
Thiébaud Weksteen
2020-08-03
Move getEdition to a baseCompiler method
Thiébaud Weksteen
2020-06-16
[Rust] Remove unused variables and deduplicate.
Ivan Lozano
2020-06-11
Add rust-project.json generator
Thiébaud Weksteen