diff --git a/cc/cc.go b/cc/cc.go index 43252f4df..4cdcdf620 100644 --- a/cc/cc.go +++ b/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"`