From 682bc9d4c902f53528c9a27ce657d4585f762fa9 Mon Sep 17 00:00:00 2001 From: utzcoz Date: Tue, 6 Dec 2022 21:35:18 +0800 Subject: [PATCH] Remove unused rules for platform-robolectric-4.5.1-prebuilt platform-robolectric-4.5.1-prebuilt was removed by https://android-review.googlesource.com/c/platform/prebuilts/misc/+/2314082, and soong's special rules for platform-robolectric-4.5.1-prebuilt is not needed anymore. Test: m Signed-off-by: utzcoz Change-Id: I953ec775505ccd0924f5a3f7fc29bdc7e573d335 --- android/allowlists/allowlists.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go index e7bd92043..fce8d7b28 100644 --- a/android/allowlists/allowlists.go +++ b/android/allowlists/allowlists.go @@ -732,7 +732,6 @@ var ( // aar support "prebuilt_car-ui-androidx-core-common", // TODO(b/224773339), genrule dependency creates an .aar, not a .jar - "prebuilt_platform-robolectric-4.5.1-prebuilt", // aosp/1999250, needs .aar support in Jars // ERROR: The dependencies for the following 1 jar(s) are not complete. // 1.bazel-out/android_target-fastbuild/bin/prebuilts/tools/common/m2/_aar/robolectric-monitor-1.0.2-alpha1/classes_and_libs_merged.jar "prebuilt_robolectric-monitor-1.0.2-alpha1", @@ -1350,7 +1349,6 @@ var ( "prebuilt_kotlin-stdlib-jdk8", "prebuilt_kotlin-test", // TODO(b/217750501) exclude_files property not supported - "prebuilt_platform-robolectric-4.5.1-prebuilt", "prebuilt_currysrc_org.eclipse", }