Enable dup check for test apexes
Bug: 263308515 Test: m test_broken_com.android.art Change-Id: I54aaba9424973f4d54c5a17f640cd79ac5dd28ec
This commit is contained in:
parent
a8bd72aec2
commit
912a6f3501
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue