summaryrefslogtreecommitdiff
path: root/project-system-gradle-psd/BUILD
diff options
context:
space:
mode:
authorYuriy Solodkyy <solodkyy@google.com>2021-04-07 12:38:29 +0100
committerYuriy Solodkyy <solodkyy@google.com>2021-04-07 16:18:02 +0000
commit8afc1e64950c8e95a5ccb93b22c994c5b6dc10c0 (patch)
tree21014af192f3097f61385d929c285a4d04a0c0ea /project-system-gradle-psd/BUILD
parentc894c9f4c2699e74880383226daf2d9a30345551 (diff)
downloadidea-8afc1e64950c8e95a5ccb93b22c994c5b6dc10c0.tar.gz
Move injected sync code to -sync module
This change moves the code which is injected by Android Studio into the Gradle process to a standalone module so that it can target a different JDK/byte code level. Bug: 147586218 Test: n/a Change-Id: I9296dc45572e10d01a383053405ee8a5b39ea190
Diffstat (limited to 'project-system-gradle-psd/BUILD')
-rw-r--r--project-system-gradle-psd/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/project-system-gradle-psd/BUILD b/project-system-gradle-psd/BUILD
index adec04d77bd..de728fd8e16 100644
--- a/project-system-gradle-psd/BUILD
+++ b/project-system-gradle-psd/BUILD
@@ -25,6 +25,7 @@ iml_module(
"//tools/adt/idea/project-system:intellij.android.projectSystem[module]",
"//tools/adt/idea/project-system-gradle-models:intellij.android.projectSystem.gradle.models[module]",
"//tools/adt/idea/project-system-gradle-repository-search:intellij.android.projectSystem.gradle.repositorySearch[module]",
+ "//tools/adt/idea/project-system-gradle-sync:intellij.android.projectSystem.gradle.sync[module]",
"//prebuilts/studio/intellij-sdk:studio-sdk-plugin-Kotlin",
],
)