From 4e445be558e5b41dd8ac279ed6d25c41a9f0cd7b Mon Sep 17 00:00:00 2001 From: Jared Duke Date: Mon, 23 May 2022 04:00:23 +0000 Subject: Revert "Use D8 by default for android_test" This reverts commit 02edc1004757f6d6d5c2e2a93f1e8656ae2435cf. Reason for revert: Breaks test_suites_x86_64_coverage Bug: 233421462 Change-Id: I7b04d3fd7802be0f271ea3c29ef25e3d08ab1389 --- java/java_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'java/java_test.go') diff --git a/java/java_test.go b/java/java_test.go index 56a42483b..4c9382413 100644 --- a/java/java_test.go +++ b/java/java_test.go @@ -723,9 +723,9 @@ func TestDefaults(t *testing.T) { t.Errorf("atestNoOptimize should not optimize APK") } - atestDefault := ctx.ModuleForTests("atestDefault", "android_common").MaybeRule("d8") + atestDefault := ctx.ModuleForTests("atestDefault", "android_common").MaybeRule("r8") if atestDefault.Output == nil { - t.Errorf("atestDefault should not optimize APK") + t.Errorf("atestDefault should optimize APK") } } -- cgit v1.2.3-59-g8ed1b