diff options
Diffstat (limited to 'android/neverallow.go')
-rw-r--r-- | android/neverallow.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/android/neverallow.go b/android/neverallow.go index 5c90501d7..98b443ee4 100644 --- a/android/neverallow.go +++ b/android/neverallow.go @@ -311,9 +311,9 @@ func createLimitGenruleRules() []Rule { "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", @@ -388,6 +388,7 @@ func createPrebuiltEtcBpDefineRule() Rule { "prebuilt_radio", "prebuilt_gpu", "prebuilt_vendor_overlay", + "prebuilt_tee", ). DefinedInBpFile(). Because("module type not allowed to be defined in bp file") |