Make static_executable an arch_variant
So that target executables can be static executables, and the same module can make a host executable that isn't static. Change-Id: Ibe0de001a8d1e7d59e617c244978098355718527
This commit is contained in:
parent
a6f7d15609
commit
75ab80882e
1 changed files with 1 additions and 1 deletions
2
cc/cc.go
2
cc/cc.go
|
@ -409,7 +409,7 @@ type LibraryLinkerProperties struct {
|
|||
|
||||
type BinaryLinkerProperties struct {
|
||||
// compile executable with -static
|
||||
Static_executable *bool
|
||||
Static_executable *bool `android:"arch_variant"`
|
||||
|
||||
// set the name of the output
|
||||
Stem string `android:"arch_variant"`
|
||||
|
|
Loading…
Reference in a new issue