Remove unused android-all-12 jar file
https://chromium-review.googlesource.com/c/chromium/src/+/3788739 switched to use android-all-12.1 jar file, and android-all-12 jar file is not used. Change-Id: I735a50b82cc2196e8ef063e4a0586727a1dab095 Signed-off-by: utzcoz <utzcoz@gmail.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4075330 Reviewed-by: Andrew Grieve <agrieve@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/main@{#1080182}
This commit is contained in:
1
AUTHORS
1
AUTHORS
@ -1252,6 +1252,7 @@ Tuukka Toivonen <tuukka.toivonen@intel.com>
|
||||
U. Artie Eoff <ullysses.a.eoff@intel.com>
|
||||
Umar Hansa <umar.hansa@gmail.com>
|
||||
Upendra Gowda <upendrag.gowda@gmail.com>
|
||||
Utzcoz <utzcoz@gmail.com>
|
||||
UwU UwU <uwu7586@gmail.com>
|
||||
Uzair Jaleel <uzair.jaleel@samsung.com>
|
||||
Vadim Gorbachev <bmsdave@gmail.com>
|
||||
|
@ -99,7 +99,7 @@ _r8_path = "//third_party/r8/lib/r8.jar"
|
||||
_d8_path = "//third_party/r8/d8/lib/r8.jar"
|
||||
_custom_d8_path = "//third_party/r8/custom_d8.jar"
|
||||
_robolectric_jar_path =
|
||||
"//third_party/robolectric/lib/android-all-12-robolectric-7732740.jar"
|
||||
"//third_party/robolectric/lib/android-all-12.1-robolectric-8229987.jar"
|
||||
_default_lint_jar_path = "//third_party/android_build_tools/lint/lint.jar"
|
||||
_custom_lint_jar_path = "//third_party/android_build_tools/lint/custom_lint.jar"
|
||||
_manifest_merger_jar_path =
|
||||
|
2
third_party/robolectric/3pp/fetch.py
vendored
2
third_party/robolectric/3pp/fetch.py
vendored
@ -35,8 +35,6 @@ _ROBO_URL_FILES = {
|
||||
'https://repo1.maven.org/maven2/org/robolectric/android-all-instrumented/5.0.2_r3-robolectric-r0-i4/android-all-instrumented-5.0.2_r3-robolectric-r0-i4.jar',
|
||||
'android-all-instrumented-4.4_r1-robolectric-r2-i4.jar':
|
||||
'https://repo1.maven.org/maven2/org/robolectric/android-all-instrumented/4.4_r1-robolectric-r2-i4/android-all-instrumented-4.4_r1-robolectric-r2-i4.jar',
|
||||
'android-all-12-robolectric-7732740.jar':
|
||||
'https://repo1.maven.org/maven2/org/robolectric/android-all/12-robolectric-7732740/android-all-12-robolectric-7732740.jar',
|
||||
'android-all-12.1-robolectric-8229987.jar':
|
||||
'https://repo1.maven.org/maven2/org/robolectric/android-all/12.1-robolectric-8229987/android-all-12.1-robolectric-8229987.jar'
|
||||
}
|
||||
|
Reference in New Issue
Block a user