[build][settings] drop partly be6722d44a

This commit is contained in:
Vasily Levchenko
2019-11-27 16:00:08 +01:00
parent e9a069d346
commit 128d348dd6
-2
View File
@@ -31,7 +31,6 @@ include ':backend.native:tests'
include ':backend.native:debugger-tests' include ':backend.native:debugger-tests'
include ':utilities' include ':utilities'
if (hasProperty("konan.home") || hasProperty("org.jetbrains.kotlin.native.home")) {
include ':performance' include ':performance'
include ':performance:ring' include ':performance:ring'
include ':performance:cinterop' include ':performance:cinterop'
@@ -47,7 +46,6 @@ if (hasProperty("konan.home") || hasProperty("org.jetbrains.kotlin.native.home")
include ':performance:KotlinVsSwift:ring' include ':performance:KotlinVsSwift:ring'
} }
} }
}
include ':platformLibs' include ':platformLibs'
include ':endorsedLibraries' include ':endorsedLibraries'