Revert^2 "Make embedded_launcher true by default"
This reverts commit 578066be90
.
Reason for revert: Relanding
Change-Id: I63f01362cc11c02c4800ae1c21652c7cf4b8a799
This commit is contained in:
committed by
Gerrit Code Review
parent
578066be90
commit
f09101e78d
@@ -203,7 +203,7 @@ func (p *PythonBinaryModule) OutputFiles(tag string) (android.Paths, error) {
|
||||
}
|
||||
|
||||
func (p *PythonBinaryModule) isEmbeddedLauncherEnabled() bool {
|
||||
return Bool(p.properties.Embedded_launcher)
|
||||
return BoolDefault(p.properties.Embedded_launcher, true)
|
||||
}
|
||||
|
||||
func (b *PythonBinaryModule) autorun() bool {
|
||||
|
Reference in New Issue
Block a user