Make static_executable an arch_variant am: 75ab80882e am: b3aaf7b399

am: f47543f0fd

Change-Id: I3781107047b10e09644393ff6ef3e6b9d0dd1897
This commit is contained in:
Dan Willemsen
2016-07-13 00:49:07 +00:00
committed by android-build-merger

View File

@@ -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"`