Rename desktop trusty .elf to .bin in neverallow allowlist
Bug: 398934069
Test: `lunch aosp_cf_x86_64_phone-trunk_staging-eng && m` with topic
Flag: EXEMPT desktop only
Change-Id: Ia948cbb606797f75009915a3df85c1d05df1fab3
diff --git a/android/neverallow.go b/android/neverallow.go
index 5c90501..bcdeb7a 100644
--- a/android/neverallow.go
+++ b/android/neverallow.go
@@ -311,9 +311,9 @@
"trusty_tee_package",
// Trusty vm target names
"trusty_desktop_vm_arm64.bin",
- "trusty_desktop_vm_x86_64.elf",
+ "trusty_desktop_vm_x86_64.bin",
"trusty_desktop_test_vm_arm64.bin",
- "trusty_desktop_test_vm_x86_64.elf",
+ "trusty_desktop_test_vm_x86_64.bin",
"trusty_test_vm_arm64.bin",
"trusty_test_vm_x86_64.elf",
"trusty_test_vm_os_arm64.bin",