diff options
Diffstat (limited to 'python/binary.go')
-rw-r--r-- | python/binary.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/binary.go b/python/binary.go index 75135f345..a5db2f6ef 100644 --- a/python/binary.go +++ b/python/binary.go @@ -37,7 +37,7 @@ type BinaryProperties struct { // this file must also be listed in srcs. // If left unspecified, module name is used instead. // If name doesn’t match any filename in srcs, main must be specified. - Main *string `android:"arch_variant"` + Main *string // set the name of the output binary. Stem *string `android:"arch_variant"` |