aboutsummaryrefslogtreecommitdiffstats
path: root/rust/rust.go
Commit message (Expand)AuthorAgeFilesLines
* Add sdk mutator for native modulesColin Cross2020-04-271-0/+8
* Skip version mutator for host/ramdisk/recoveryJooyung Han2020-04-101-3/+4
* apex: choose stub according to min_sdk_versionJooyung Han2020-03-121-0/+4
* Merge "<apex_name>-deps-info correctly tracks dependencies"Jiyong Park2020-02-121-5/+0
|\
| * <apex_name>-deps-info correctly tracks dependenciesJiyong Park2020-02-071-5/+0
* | Merge "Pass library kind when linking native libraries."Ivan Lozano2020-02-101-5/+8
|\ \
| * | Pass library kind when linking native libraries.Ivan Lozano2020-02-071-5/+8
| |/
* / Fix lib name resolution if extension is substring.Ivan Lozano2020-02-061-1/+3
|/
* Add ramdisk image.Yifan Hong2020-01-221-0/+8
* Reland^2 "m <apex_name>-deps-info prints the internal/external deps of the APEX"Jiyong Park2020-01-141-0/+5
* Revert "Reland "m <apex_name>-deps-info prints the internal/external deps of ...Jiyong Park2020-01-141-5/+0
* Reland "m <apex_name>-deps-info prints the internal/external deps of the APEX""Jiyong Park2020-01-091-0/+5
* Revert "m <apex_name>-deps-info prints the internal/external deps of the APEX"Jiyong Park2020-01-091-5/+0
* m <apex_name>-deps-info prints the internal/external deps of the APEXJiyong Park2020-01-021-0/+5
* Install rust tests under nativetest(64)Chih-Hung Hsieh2019-12-131-0/+8
* Merge changes I0dcc9c7b,I9bc40642Colin Cross2019-11-251-1/+20
|\
| * Move cc.imageMutator into the android packageColin Cross2019-11-201-1/+20
* | Allow cc.LinkabeInterfaces to request "" variants.Ivan Lozano2019-11-211-0/+13
|/
* Merge "Add TestProperties, gen test config, fix names"Chih-hung Hsieh2019-11-151-0/+1
|\
| * Add TestProperties, gen test config, fix namesChih-Hung Hsieh2019-11-141-0/+1
* | Allow cc modules to pull in rust includes.Ivan Lozano2019-11-141-2/+2
|/
* Enforce correct rust library file names.Ivan Lozano2019-11-041-5/+1
* Add rust_test and rust_test_host.Chih-Hung Hsieh2019-10-291-3/+6
* Add support for Rust C libraries.Ivan Lozano2019-10-281-40/+132
* Add a common interface for cc linkable libraries.Ivan Lozano2019-10-281-8/+127
* Add Rust darwin host support.Ivan Lozano2019-10-211-4/+0
* Add method to determine variations from a TargetColin Cross2019-10-161-1/+1
* Add AArch64 device Rust toolchain.Ivan Lozano2019-09-241-5/+20
* Fix proc_macro dependency handling.Ivan Lozano2019-09-241-13/+3
* Add OWNERS for Rust whitelist.Ivan Lozano2019-09-181-19/+2
* Check Rust dep is a Module before checking target.Ivan Lozano2019-09-131-9/+20
* Disable unsupported Rust targets.Ivan Lozano2019-09-061-0/+18
* Add Rust support to Soong.Ivan Lozano2019-08-281-0/+498