Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_build_soong
/
0a51aa2c98f1d11087cbbd7ebac8a569126a6347
/
rust
c3b1a61
Merge changes from topic "rust_bindgen"
by Ivan Lozano
· 6 years ago
4384568
Allow rust module dependency on SourceProviders.
by Ivan Lozano
· 6 years ago
4fef93c
Add SourceProviders and a rust_bindgen module type
by Ivan Lozano
· 6 years ago
6e97a7b
rust: Use host linker when building for Mac host.
by Jeff Vander Stoep
· 6 years ago
33c0528
Fix incorrect Rust dylib extension on darwin.
by Ivan Lozano
· 6 years ago
bbd25ae
Specify module dependency in the srcs list
by Chih-Hung Hsieh
· 6 years ago
bb3add1
rust: Suppress default sysroot unconditionally
by Matthew Maurer
· 6 years ago
c761eec
rust: Mutate prebuilt modules dylib/rlib
by Matthew Maurer
· 6 years ago
0f003b1
rust: Add rustlibs auto dependency selection
by Matthew Maurer
· 6 years ago
2ae0513
rust: Change default variants
by Matthew Maurer
· 6 years ago
128f53b
rust: Fix Properties inheritance for prebuilts
by Matthew Maurer
· 6 years ago
6bbe577
Merge "Explicitly define Rust default lints"
by Thiébaud Weksteen
· 6 years ago
8e46efa
Explicitly define Rust default lints
by Thiébaud Weksteen
· 6 years ago
5c4e489
Enable genrule modules for Rust host binaries
by Chih-Hung Hsieh
· 6 years ago
79e546f
Merge "Remove moduleContextImpl struct"
by Thiébaud Weksteen
· 6 years ago
85a08fc
Merge "Add clippy-driver build rule"
by Matthew Maurer
· 6 years ago
a8bfdbd
Merge "Update rustc to 1.44.0"
by Treehugger Robot
· 6 years ago
b1af227
Merge "Add Matt to OWNERS for Rust"
by Treehugger Robot
· 6 years ago
530dccb
Update rustc to 1.44.0
by Jeff Vander Stoep
· 6 years ago
92f703b
Add clippy-driver build rule
by Thiébaud Weksteen
· 6 years ago
d06f11e
Merge "Support multiple dists per Android.bp module, and dist output selection."
by Jingwen Chen
· 6 years ago
03186ed
Add Matt to OWNERS for Rust
by Jeff Vander Stoep
· 6 years ago
5f2de77
Remove duplicate Helper call
by Thiébaud Weksteen
· 6 years ago
40fd90a
Support multiple dists per Android.bp module, and dist output selection.
by Jingwen Chen
· 6 years ago
1f7f70f
Remove moduleContextImpl struct
by Thiébaud Weksteen
· 6 years ago
c9ef6ee
Merge "Make native_coverage clause work with ClangCoverage"
by Colin Cross
· 6 years ago
1a6acd4
Make native_coverage clause work with ClangCoverage
by Colin Cross
· 6 years ago
f649c05
Merge "[Rust] cdylibs can now link against dylibs."
by Treehugger Robot
· 6 years ago
7e741cc
[Rust] cdylibs can now link against dylibs.
by Ivan Lozano
· 6 years ago
80f20d1
Merge "Generate multilib for rust_test"
by Chih-hung Hsieh
· 6 years ago
e728a89
Generate multilib for rust_test
by Chih-Hung Hsieh
· 6 years ago
a4e8a64
Merge "[Rust] Correct the gcov path prefix."
by Ivan Lozano
· 6 years ago
796fc4c
[Rust] Correct the gcov path prefix.
by Ivan Lozano
· 6 years ago
d825990
Merge "[Rust] Remove unused variables and deduplicate."
by Ivan Lozano
· 6 years ago
6116ffd
Merge "Don't create version variants for SDK variants"
by Treehugger Robot
· 6 years ago
2286afd
Don't create version variants for SDK variants
by Jiyong Park
· 6 years ago
8a23fa4
[Rust] Remove unused variables and deduplicate.
by Ivan Lozano
· 6 years ago
2752d92
Merge "Rename native code coverage paths product variables in Soong."
by Roland Levillain
· 6 years ago
f094f1c
Merge "Match Rust gcda output to cc via -Z profile-emit."
by Ivan Lozano
· 6 years ago
1a1d288
Merge "Make rust_test file output more similar to cc_test."
by Ivan Lozano
· 6 years ago
440e0d0
Use inclusive language in build/soong
by Colin Cross
· 6 years ago
fc80fe7
Make rust_test file output more similar to cc_test.
by Ivan Lozano
· 6 years ago
f3717ee
Match Rust gcda output to cc via -Z profile-emit.
by Ivan Lozano
· 6 years ago
a2e3a63
Merge "Add rust-project.json generator"
by Thiébaud Weksteen
· 6 years ago
e4d12a0
Add rust-project.json generator
by Thiébaud Weksteen
· 6 years ago
a638482
Fix using generated test configs for sh_test, python_test and rust_test modules
by Colin Cross
· 6 years ago
4f5297b
Rename native code coverage paths product variables in Soong.
by Roland Levillain
· 6 years ago
bec05ea
Specify SONAME when building Rust shared libs.
by Ivan Lozano
· 6 years ago
4b79e98
Soong package structure refactoring
by Jaewoong Jung
· 6 years ago
c0ccb6b
Fix darwin shared library and proc macro suffixes.
by Ivan Lozano
· 6 years ago
6c4e5c0
Merge "Add gcov coverage support to Rust modules."
by Ivan Lozano
· 6 years ago
e7fe252
Merge "Switch rustc to 1.43.0"
by Matthew Maurer
· 6 years ago
a0cd8f9
Add gcov coverage support to Rust modules.
by Ivan Lozano
· 6 years ago
f5be9a6
Switch rustc to 1.43.0
by Matthew Maurer
· 6 years ago
f900f4b
Test for rust install path regressions.
by Ivan Lozano
· 6 years ago
9d1df10
Provide 32-bit and 64-bit Rust libs by default.
by Ivan Lozano
· 6 years ago
dc45539
Merge "Clean up rust tests."
by Ivan Lozano
· 6 years ago
1f434b2
Merge "Update Android's rustc version 1.40.0->1.42.0"
by Matthew Maurer
· 6 years ago
2f15bae
Clean up rust tests.
by Ivan Lozano
· 6 years ago
624d35c
Skip version mutator for host/ramdisk/recovery
by Jooyung Han
· 6 years ago
e972e88
Update Android's rustc version 1.40.0->1.42.0
by Matthew Maurer
· 6 years ago
78e5ee0
Remove rust execute-only memory linker flag.
by Ivan Lozano
· 6 years ago
ff550f3
Merge "Revert^2 "Add sdk mutator for native modules""
by Colin Cross
· 6 years ago
5d7be45
Merge "Fix incorrect Rust installation paths."
by Ivan Lozano
· 6 years ago
12ee9ca
Add crtbegin_so/crtend_so to Bionic Rust libraries.
by Ivan Lozano
· 6 years ago
c511bc5
Revert^2 "Add sdk mutator for native modules"
by Colin Cross
· 6 years ago
d6fdca8
Fix incorrect Rust installation paths.
by Ivan Lozano
· 6 years ago
f8e8022
Revert "Add sdk mutator for native modules"
by Colin Cross
· 6 years ago
82e192c
Add sdk mutator for native modules
by Colin Cross
· 6 years ago
03b5185
apex: choose stub according to min_sdk_version
by Jooyung Han
· 6 years ago
3f561c6
Merge "Add minijail to whitelist.go"
by Lingfeng Yang
· 6 years ago
0f8c5b4
Add minijail to whitelist.go
by Lingfeng Yang
· 6 years ago
f28329d
Move NDK test modules into cc/testing.go
by Colin Cross
· 6 years ago
2bb26d3
Merge "<apex_name>-deps-info correctly tracks dependencies"
by Jiyong Park
· 6 years ago
2b2aee3
Merge "Pass library kind when linking native libraries."
by Ivan Lozano
· 6 years ago
6aa6602
Pass library kind when linking native libraries.
by Ivan Lozano
· 6 years ago
678c881
<apex_name>-deps-info correctly tracks dependencies
by Jiyong Park
· 6 years ago
d648c43
Fix lib name resolution if extension is substring.
by Ivan Lozano
· 6 years ago
c5960d6
Always use RELR for Rust.
by Elliott Hughes
· 6 years ago
1b3348d
Add ramdisk image.
by Yifan Hong
· 6 years ago
5f5809a
Merge changes I828b3e6b,I5d85ea8b
by Matthew Maurer
· 6 years ago
46c46cc
rust: Do not pass -C prefer-dynamic for cdylib
by Matthew Maurer
· 6 years ago
22cef96
rust: Include Soong module name as metadata
by Matthew Maurer
· 6 years ago
83dc74b
Reland^2 "m <apex_name>-deps-info prints the internal/external deps of the APEX"
by Jiyong Park
· 6 years ago
a750336
Merge "Revert "Reland "m <apex_name>-deps-info prints the internal/external deps of the APEX""""
by Jiyong Park
· 6 years ago
7cb4d37
Revert "Reland "m <apex_name>-deps-info prints the internal/external deps of the APEX"""
by Jiyong Park
· 6 years ago
17c51a4
Merge "Reland "m <apex_name>-deps-info prints the internal/external deps of the APEX"""
by Treehugger Robot
· 6 years ago
e7d7b6d
Remove libterm from implicit crates
by Matthew Maurer
· 6 years ago
956305c
Reland "m <apex_name>-deps-info prints the internal/external deps of the APEX""
by Jiyong Park
· 6 years ago
8ea6bc4
Merge "Revert "m <apex_name>-deps-info prints the internal/external deps of the APEX""
by Jiyong Park
· 6 years ago
4513f70
Revert "m <apex_name>-deps-info prints the internal/external deps of the APEX"
by Jiyong Park
· 6 years ago
573326a
Merge "m <apex_name>-deps-info prints the internal/external deps of the APEX"
by Treehugger Robot
· 6 years ago
13f30ae
Merge "Pass auto_gen_config setting in Android.bp to makefile"
by Dan Shi
· 6 years ago
2468d01
Pass auto_gen_config setting in Android.bp to makefile
by Dan Shi
· 6 years ago
bd73c4d
Update rustc version to 1.40.0
by Matthew Maurer
· 6 years ago
114ff53
m <apex_name>-deps-info prints the internal/external deps of the APEX
by Jiyong Park
· 6 years ago
77980a8
Dedup registration for cc default test config
by Paul Duffin
· 6 years ago
98be1bb
Move filesystem into Config
by Colin Cross
· 6 years ago
894cdee
Merge changes from topic "separate_code"
by Nick Desaulniers
· 6 years ago
dcee1e5
soong: use -Wl,-z,separate-code w/ -Wl,--execute-only
by Nick Desaulniers
· 6 years ago
Next »