From b00bbe91beb942f2ac18765be6c78b6f318cc66d Mon Sep 17 00:00:00 2001 From: Cuong-Tran Date: Sat, 29 Mar 2025 16:51:18 +0700 Subject: [PATCH] Fix benchmark build (#1938) --- app/build.gradle.kts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 7b85766be..4eec4c119 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -288,14 +288,6 @@ dependencies { } androidComponents { - beforeVariants { variantBuilder -> - // Disables standardBenchmark - if (variantBuilder.buildType == "benchmark") { - variantBuilder.enable = variantBuilder.productFlavors.containsAll( - listOf("default" to "dev"), - ) - } - } onVariants(selector().withFlavor("default" to "standard")) { // Only excluding in standard flavor because this breaks // Layout Inspector's Compose tree