Clean up obsolete aliases for Truth. am: 5a55439d12 am: fd3d016a70 am: f0b5c69f64

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2778191

Change-Id: If36dc51494b8c0f1eccc1e29ff302fdb1f4ee3e4
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Krzysztof Kosiński 2023-10-08 04:50:31 +00:00 committed by Automerger Merge Worker
commit 0ed7550fbe

View file

@ -34,7 +34,7 @@ func init() {
var robolectricDefaultLibs = []string{ var robolectricDefaultLibs = []string{
"mockito-robolectric-prebuilt", "mockito-robolectric-prebuilt",
"truth-prebuilt", "truth",
// TODO(ccross): this is not needed at link time // TODO(ccross): this is not needed at link time
"junitxml", "junitxml",
} }