Add the list of currently existing violations

This change adds the list of currently existing inter-container
dependency violations. The list is extracted from the container
enforcement mutator, which is implemented in the child change
https://r.android.com/3155659, but is splitted into a separate change
for the ease in review and resolving merge conflicts.

Test: m nothing
Bug: 338660802
Change-Id: If0e352092dcd4573daa9a5675f679c38bede18f8
This commit is contained in:
Jihoon Kang
2024-07-11 17:30:07 +00:00
parent 18c2607bde
commit 17a362a506
2 changed files with 1039 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ bootstrap_go_package {
"build_prop.go",
"compliance_metadata.go",
"config.go",
"container_violations.go",
"container.go",
"test_config.go",
"configurable_properties.go",