diff options
author | 2024-11-27 08:18:59 +0000 | |
---|---|---|
committer | 2024-11-27 08:18:59 +0000 | |
commit | 38aed8dec25a2a7ce33c20b4a24ef32cd8bb8e29 (patch) | |
tree | 1c365627e89235c957465093c4f43f96f8a8e032 /android/neverallow.go | |
parent | 1a6f176ce066fc39574db6b7bcb69da82e579199 (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.go | 2 |
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), |