summaryrefslogtreecommitdiff
path: root/python/binary.go
diff options
context:
space:
mode:
Diffstat (limited to 'python/binary.go')
-rw-r--r--python/binary.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/binary.go b/python/binary.go
index c84eeeedb..d6750c655 100644
--- a/python/binary.go
+++ b/python/binary.go
@@ -203,7 +203,7 @@ func (p *PythonBinaryModule) OutputFiles(tag string) (android.Paths, error) {
}
func (p *PythonBinaryModule) isEmbeddedLauncherEnabled() bool {
- return BoolDefault(p.properties.Embedded_launcher, true)
+ return Bool(p.properties.Embedded_launcher)
}
func (b *PythonBinaryModule) autorun() bool {