From 0a470a3c149679758a9bba7008f520c3deedf5c2 Mon Sep 17 00:00:00 2001 From: Liz Kammer Date: Thu, 5 Oct 2023 17:02:00 -0400 Subject: [PATCH] Remove unnecessary arch variant for patch module Test: CI Change-Id: Ibc058407ffb09afa38d9248f4391019e8786602b --- java/base.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/base.go b/java/base.go index c685fbabf..ec98dfe46 100644 --- a/java/base.go +++ b/java/base.go @@ -134,7 +134,7 @@ type CommonProperties struct { // supported at compile time. It should only be needed to compile tests in // packages that exist in libcore and which are inconvenient to move // elsewhere. - Patch_module *string `android:"arch_variant"` + Patch_module *string Jacoco struct { // List of classes to include for instrumentation with jacoco to collect coverage