Revert "Make embedded_launcher true by default"
This reverts commit 8a038ed871
.
Reason for revert: investigate breaking test suits Avatar and BumbleBluetoothTests
Change-Id: I8e4498fb5854bf62df6d161ac0c6cce49d471afe
This commit is contained in:
committed by
Gerrit Code Review
parent
8a038ed871
commit
578066be90
@@ -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 {
|
||||
|
Reference in New Issue
Block a user