Add another flavor to android tests
This commit is contained in:
@@ -69,6 +69,10 @@ android {
|
||||
dimension "box"
|
||||
}
|
||||
|
||||
common3 {
|
||||
dimension "box"
|
||||
}
|
||||
|
||||
reflect0 {
|
||||
dimension "box"
|
||||
}
|
||||
|
||||
+1
-1
@@ -59,7 +59,7 @@ class CodegenTestsOnAndroidGenerator private constructor(private val pathManager
|
||||
//keep it globally to avoid test grouping on TC
|
||||
private val generatedTestNames = hashSetOf<String>()
|
||||
|
||||
private val COMMON = FlavorConfig(TargetBackend.ANDROID,"common", 3)
|
||||
private val COMMON = FlavorConfig(TargetBackend.ANDROID,"common", 4)
|
||||
private val REFLECT = FlavorConfig(TargetBackend.ANDROID, "reflect", 1)
|
||||
|
||||
private val COMMON_IR = FlavorConfig(TargetBackend.ANDROID_IR, "common_ir", 4)
|
||||
|
||||
Reference in New Issue
Block a user