Merge "Add jacocoagent to allowlisted dependencies" into main am: dd5fa433f7
am: 9cfb2a1f9e
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/3241288 Change-Id: I86541382810554409d3f7979fbe2bf6765fd95e5 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user