Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 912a6f35 authored by Jooyung Han's avatar Jooyung Han
Browse files

Enable dup check for test apexes

Bug: 263308515
Test: m test_broken_com.android.art
Change-Id: I54aaba9424973f4d54c5a17f640cd79ac5dd28ec
parent a8bd72ae
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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
	}