Merge "Revert "Turn gtest isolated true by default"" am: cf5161be7c
am: 85b58b0eb9
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2100876 Change-Id: I98ebf64aecc369ccbf7208c1f7d77faf07ca35c6 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
c79d12269c
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ func (test *testDecorator) gtest() bool {
|
||||||
|
|
||||||
func (test *testDecorator) isolated(ctx BaseModuleContext) bool {
|
func (test *testDecorator) isolated(ctx BaseModuleContext) bool {
|
||||||
if !ctx.Windows() {
|
if !ctx.Windows() {
|
||||||
return BoolDefault(test.LinkerProperties.Isolated, true)
|
return BoolDefault(test.LinkerProperties.Isolated, false)
|
||||||
}
|
}
|
||||||
return BoolDefault(test.LinkerProperties.Isolated, false)
|
return BoolDefault(test.LinkerProperties.Isolated, false)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue