Allow defining neverallow in packages other than android.

This exposes test func on ValueMatcher and helpers relevant for testing neverallows.

Bug: 153333044
Test: m
Change-Id: Ied07cd33afa537f9d7aa3c33e59f4ac985901a0f
This commit is contained in:
Artur Satayev
2020-04-09 16:06:36 +01:00
parent 2db1c3f1c4
commit c5570ac9b1
3 changed files with 12 additions and 12 deletions

View File

@@ -103,7 +103,7 @@ var postDeps = []RegisterMutatorFunc{
registerPathDepsMutator,
RegisterPrebuiltsPostDepsMutators,
RegisterVisibilityRuleEnforcer,
registerNeverallowMutator,
RegisterNeverallowMutator,
RegisterOverridePostDepsMutators,
}