Make 'use_clang_lld' property specifiable per architecture am: 2b8959ad5a
am: c2bfbcf3f1
Change-Id: If373b40e4274d9ebf51437a995901970ce2cdddc
This commit is contained in:
committed by
android-build-merger
commit
73e48810a6
@@ -59,7 +59,7 @@ type BaseLinkerProperties struct {
|
||||
No_libgcc *bool
|
||||
|
||||
// Use clang lld instead of gnu ld.
|
||||
Use_clang_lld *bool
|
||||
Use_clang_lld *bool `android:"arch_variant"`
|
||||
|
||||
// -l arguments to pass to linker for host-provided shared libraries
|
||||
Host_ldlibs []string `android:"arch_variant"`
|
||||
|
Reference in New Issue
Block a user