summaryrefslogtreecommitdiff
path: root/android/neverallow.go
diff options
context:
space:
mode:
author Alice Wang <aliceywang@google.com> 2024-11-27 08:18:59 +0000
committer Alice Wang <aliceywang@google.com> 2024-11-27 08:18:59 +0000
commit38aed8dec25a2a7ce33c20b4a24ef32cd8bb8e29 (patch)
tree1c365627e89235c957465093c4f43f96f8a8e032 /android/neverallow.go
parent1a6f176ce066fc39574db6b7bcb69da82e579199 (diff)
Update arm64 trusty test project target name
Bug: 380851412 Test: launch lk_trusty.elf and check the logging is fine Change-Id: I8ad8665d177f841fc2d640f5d5e618fa49f8a76c
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),