Declare the AVF RKP HAL only for vendor version >= V

Bug: 347624395
Test: `adb shell cmd remote_provisioning list` doesn't have `avf`
Change-Id: Id7eab9a1459eff8f230865cfb98ac58c46a6be5c
diff --git a/apex/virtualizationservice.xml b/apex/virtualizationservice.xml
index 60f466f..97f6b3c 100644
--- a/apex/virtualizationservice.xml
+++ b/apex/virtualizationservice.xml
@@ -1,5 +1,5 @@
 <manifest version="1.0" type="framework">
-    <hal format="aidl">
+    <hal format="aidl" min-level="202404">
         <name>android.hardware.security.keymint</name>
         <version>3</version>
         <fqname>IRemotelyProvisionedComponent/avf</fqname>