From 912a6f350166dc01f1f04515bbd46904f25e494c Mon Sep 17 00:00:00 2001 From: Jooyung Han Date: Thu, 2 Nov 2023 12:01:11 +0900 Subject: [PATCH] Enable dup check for test apexes Bug: 263308515 Test: m test_broken_com.android.art Change-Id: I54aaba9424973f4d54c5a17f640cd79ac5dd28ec --- apex/apex.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/apex/apex.go b/apex/apex.go index be2391963..f2e8a0623 100644 --- a/apex/apex.go +++ b/apex/apex.go @@ -2386,10 +2386,6 @@ func (a *apexBundle) shouldCheckDuplicate(ctx android.ModuleContext) bool { if a.properties.IsCoverageVariant { return false } - // TODO(b/263308515) remove this - if a.testApex { - return false - } if ctx.DeviceConfig().DeviceArch() == "" { return false }