summaryrefslogtreecommitdiff
path: root/python/binary.go
diff options
context:
space:
mode:
author Charlie Boutier <charliebout@google.com> 2024-04-11 17:21:35 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-04-11 17:21:35 +0000
commit291a4912d148d740790edfac2e7b707070ef1abf (patch)
tree7f6e586b1c9fb3c1ed586e41b30888b06bb50d3f /python/binary.go
parentd5b05655bb3884d641bfaa6af98826b3856e4e28 (diff)
parent578066be90d3e1960c02b5c80c29e92bca70a70b (diff)
Merge "Revert "Make embedded_launcher true by default"" into main
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 {