summaryrefslogtreecommitdiff
path: root/android/neverallow.go
diff options
context:
space:
mode:
author Alice Wang <aliceywang@google.com> 2024-11-28 08:38:43 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-11-28 08:38:43 +0000
commitb385f9eb529c9a308711b43990c12e1ca185d234 (patch)
tree3fdd29559b74e3c5567fd22e6f8c6da41ce0a3af /android/neverallow.go
parent09245f91056e2c1d39606a773929d0b06165663d (diff)
parent38aed8dec25a2a7ce33c20b4a24ef32cd8bb8e29 (diff)
Merge "Update arm64 trusty test project target name" into main
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 b55baae0c..7f7ffa781 100644
--- a/android/neverallow.go
+++ b/android/neverallow.go
@@ -293,7 +293,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),