mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
IDEA-367722 [android] (Meerkat Feature Drop Canary 5) Fixed installation paths queried by LiveEditProjectMonitor.
GitOrigin-RevId: 08676ae0a8c66c54beade3a01625ac631762ff55
This commit is contained in:
committed by
intellij-monorepo-bot
parent
dad6e3d9d0
commit
b2feac62d1
@@ -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 = [
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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"),
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user