summaryrefslogtreecommitdiff
path: root/build-system/gradle-core/src/main/java/com/android/build/api/component/impl/AndroidTestImpl.kt
diff options
context:
space:
mode:
Diffstat (limited to 'build-system/gradle-core/src/main/java/com/android/build/api/component/impl/AndroidTestImpl.kt')
-rw-r--r--build-system/gradle-core/src/main/java/com/android/build/api/component/impl/AndroidTestImpl.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-system/gradle-core/src/main/java/com/android/build/api/component/impl/AndroidTestImpl.kt b/build-system/gradle-core/src/main/java/com/android/build/api/component/impl/AndroidTestImpl.kt
index 053dd16953..db28daf7c9 100644
--- a/build-system/gradle-core/src/main/java/com/android/build/api/component/impl/AndroidTestImpl.kt
+++ b/build-system/gradle-core/src/main/java/com/android/build/api/component/impl/AndroidTestImpl.kt
@@ -179,7 +179,7 @@ open class AndroidTestImpl @Inject constructor(
it,
variantServices,
minSdk.apiLevel,
- services.projectOptions.get(IntegerOption.IDE_TARGET_DEVICE_API)
+ global.targetDeployApiFromIDE
)
}
}