Skip to content

Commit

Permalink
Use r8 from maven instead of sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauricio Galindo committed Oct 12, 2022
1 parent 8a9b2fb commit 6393df1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ java_library(
),
"//conditions:default": ["NoAndroidSdkStub.java"],
}),
testonly = 1,
visibility = [
"//src/test/java/com/google/devtools/build/android/r8:__pkg__",
# needed to test DexFileSplitter with desugared jars
Expand All @@ -57,7 +58,7 @@ java_library(
"//third_party:guava",
"//third_party:jsr305",
] + select({
"//external:has_androidsdk": ["//external:android/d8_jar_import"],
"//external:has_androidsdk": ["@android_gmaven_r8_for_testing//jar"],
"//conditions:default": [],
}),
)
Expand Down

0 comments on commit 6393df1

Please sign in to comment.