summaryrefslogtreecommitdiff
path: root/android/neverallow.go
diff options
context:
space:
mode:
Diffstat (limited to 'android/neverallow.go')
-rw-r--r--android/neverallow.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/neverallow.go b/android/neverallow.go
index 326150be5..1baef2f29 100644
--- a/android/neverallow.go
+++ b/android/neverallow.go
@@ -291,7 +291,7 @@ func createLimitDirgroupRule() []Rule {
NeverAllow().
ModuleType("genrule").
Without("name", "trusty-arm64.lk.elf.gen").
- Without("name", "trusty-arm64-test.lk.elf.gen").
+ Without("name", "trusty-arm64-virt-test-debug.lk.elf.gen").
Without("name", "trusty-x86_64.lk.elf.gen").
Without("name", "trusty-x86_64-test.lk.elf.gen").
WithMatcher("dir_srcs", isSetMatcherInstance).Because(reason),