Enable dup check for test apexes

Bug: 263308515
Test: m test_broken_com.android.art
Change-Id: I54aaba9424973f4d54c5a17f640cd79ac5dd28ec
This commit is contained in:
Jooyung Han 2023-11-02 12:01:11 +09:00
parent a8bd72aec2
commit 912a6f3501

View file

@ -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
}