summaryrefslogtreecommitdiff
path: root/build-system/gradle-core/src/main/java/com/android/build/gradle/internal/core/dsl/features/DexingDslInfo.kt
diff options
context:
space:
mode:
Diffstat (limited to 'build-system/gradle-core/src/main/java/com/android/build/gradle/internal/core/dsl/features/DexingDslInfo.kt')
-rw-r--r--build-system/gradle-core/src/main/java/com/android/build/gradle/internal/core/dsl/features/DexingDslInfo.kt8
1 files changed, 0 insertions, 8 deletions
diff --git a/build-system/gradle-core/src/main/java/com/android/build/gradle/internal/core/dsl/features/DexingDslInfo.kt b/build-system/gradle-core/src/main/java/com/android/build/gradle/internal/core/dsl/features/DexingDslInfo.kt
index 20a82a1816..3068f65ef0 100644
--- a/build-system/gradle-core/src/main/java/com/android/build/gradle/internal/core/dsl/features/DexingDslInfo.kt
+++ b/build-system/gradle-core/src/main/java/com/android/build/gradle/internal/core/dsl/features/DexingDslInfo.kt
@@ -29,12 +29,4 @@ interface DexingDslInfo {
val multiDexKeepProguard: File?
val multiDexKeepFile: File?
-
- /**
- * Returns the API to which device/emulator we're deploying via the IDE or null if not.
- * Can be used to optimize some build steps when deploying via the IDE.
- *
- * This has no relation with targetSdkVersion from build.gradle/manifest.
- */
- val targetDeployApiFromIDE: Int?
}