IDEA-367722 [android] (Meerkat Feature Drop Canary 5) Fixed installation paths queried by LiveEditProjectMonitor.

GitOrigin-RevId: 08676ae0a8c66c54beade3a01625ac631762ff55
This commit is contained in:
Ilia Bogdanovich
2025-03-24 14:21:29 +01:00
committed by intellij-monorepo-bot
parent dad6e3d9d0
commit b2feac62d1
4 changed files with 1 additions and 24 deletions

View File

@@ -328,12 +328,6 @@ java_import(
visibility = ["//visibility:public"]
)
java_import(
name = "android-core-jb-r8",
jars = ["@jb-r8-232_1_23_0_http//file"],
visibility = ["//visibility:public"]
)
java_import(
name = "android-core-testartifacts-libstudio-android-test-plugin-host-retention-proto",
jars = ["@libstudio_android-test-plugin-host-retention-proto-232_1_23_0_http//file"],
@@ -346,12 +340,6 @@ java_import(
visibility = ["//visibility:public"]
)
java_import(
name = "android-kotlin-idea-common-jb-r8",
jars = ["@jb-r8-232_1_23_0_http//file"],
visibility = ["//visibility:public"]
)
java_library(
name = "android-nav-editor-eclipse-layout-kernel",
exports = [

View File

@@ -300,13 +300,6 @@ http_file(
downloaded_file_path = "libandroid-core-proto-232.1.23.0.jar"
)
http_file(
name = "jb-r8-232_1_23_0_http",
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/ij/intellij-dependencies/org/jetbrains/intellij/deps/android/tools/base/jb-r8/232.1.23.0/jb-r8-232.1.23.0.jar",
sha256 = "2f0cb16c17ded3eaeeebbd3abd350651569d94f28bee887563de65f0e8b54153",
downloaded_file_path = "jb-r8-232.1.23.0.jar"
)
http_file(
name = "libstudio_android-test-plugin-host-retention-proto-232_1_23_0_http",
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/ij/intellij-dependencies/org/jetbrains/intellij/deps/android/tools/base/libstudio.android-test-plugin-host-retention-proto/232.1.23.0/libstudio.android-test-plugin-host-retention-proto-232.1.23.0.jar",

View File

@@ -1073,10 +1073,6 @@ object CommunityLibraryLicenses {
LibraryLicense("qdox-java-parser", libraryName = "qdox-java-parser", url = "https://github.com/paul-hammant/qdox")
.apache("https://github.com/paul-hammant/qdox/blob/master/LICENSE.txt"),
LibraryLicense("R8 DEX shrinker", libraryName = "jb-r8", url = "https://r8.googlesource.com/r8")
.newBsd("https://r8.googlesource.com/r8/+/refs/heads/main/LICENSE")
.suppliedByOrganizations(Suppliers.GOOGLE),
LibraryLicense("rd core", libraryName = "rd-core", url = "https://github.com/JetBrains/rd/tree/master/rd-kt/rd-core")
.apache("https://github.com/JetBrains/rd/blob/master/LICENSE"),

View File

@@ -480,7 +480,7 @@ object CommunityRepositoryModules {
spec.withModule("intellij.android.utp", "utp.jar")
// libs:
spec.withModuleLibrary("jb-r8", "intellij.android.kotlin.idea.common", "")
//spec.withModuleLibrary("jb-r8", "intellij.android.kotlin.idea.common", "")
//prebuilts/tools/common/m2:eclipse-layout-kernel <= not recognized