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

Commit 601939d0 authored by Jihoon Kang's avatar Jihoon Kang
Browse files

Add jacocoagent to allowlisted dependencies

jacocoagent is implicitly added as a dependency in coverage builds, and
is not installed on the device.

Test: m nothing
Bug: 338660802
Change-Id: Icf14ce5f9b0819a3c5fbe74cf1674719859ad5c6
parent 1282d272
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -93,6 +93,10 @@ var globallyAllowlistedDependencies = []string{
	// This module is implicitly added as a dependency for java modules even when the
	// dependency specifies sdk_version.
	"framework-res",

	// jacocoagent is implicitly added as a dependency in coverage builds, and is not installed
	// on the device.
	"jacocoagent",
}

// Returns true when the dependency is globally allowlisted for inter-container dependency