Merge "rust: Allow no_stdlibs per-target variants." into main am: 5ade28cb31
am: 08fb62b96a
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2829091 Change-Id: I986433c3a668338104661132042c895b46faabf2 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
e1043f73b6
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ type BaseCompilerProperties struct {
|
|||
Relative_install_path *string `android:"arch_variant"`
|
||||
|
||||
// whether to suppress inclusion of standard crates - defaults to false
|
||||
No_stdlibs *bool
|
||||
No_stdlibs *bool `android:"arch_variant"`
|
||||
|
||||
// Change the rustlibs linkage to select rlib linkage by default for device targets.
|
||||
// Also link libstd as an rlib as well on device targets.
|
||||
|
|
Loading…
Reference in a new issue