Merge "Fix -Wimplicit-int-float-conversion treewide" into main
diff --git a/android/neverallow.go b/android/neverallow.go
index b55baae..7f7ffa7 100644
--- a/android/neverallow.go
+++ b/android/neverallow.go
@@ -293,7 +293,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),