Make static_executable an arch_variant am: 75ab80882e
am: b3aaf7b399
Change-Id: I73364aa73cbc96bffc882bc11a9784ac54504829
This commit is contained in:
2
cc/cc.go
2
cc/cc.go
@@ -409,7 +409,7 @@ type LibraryLinkerProperties struct {
|
|||||||
|
|
||||||
type BinaryLinkerProperties struct {
|
type BinaryLinkerProperties struct {
|
||||||
// compile executable with -static
|
// compile executable with -static
|
||||||
Static_executable *bool
|
Static_executable *bool `android:"arch_variant"`
|
||||||
|
|
||||||
// set the name of the output
|
// set the name of the output
|
||||||
Stem string `android:"arch_variant"`
|
Stem string `android:"arch_variant"`
|
||||||
|
Reference in New Issue
Block a user