Update arm64 trusty test project target name

Bug: 380851412
Test: launch lk_trusty.elf and check the logging is fine
Change-Id: I8ad8665d177f841fc2d640f5d5e618fa49f8a76c
diff --git a/android/neverallow.go b/android/neverallow.go
index 326150b..1baef2f 100644
--- a/android/neverallow.go
+++ b/android/neverallow.go
@@ -291,7 +291,7 @@
 		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),