Rename vts drivers

Renamed vts drivers according to the naming convention of
"android.hardware.{HAL_NAME}@{HAL_VERSION}-vts.driver"

Test: make vts -j32 && vts-tradefed run commandAndExit vts-fuzz
Bug: 35242542
Change-Id: If6f667bafc66d5210b302590cff3954c045df5e5
diff --git a/iface_fuzzer/ProtoFuzzerUtils.cpp b/iface_fuzzer/ProtoFuzzerUtils.cpp
index a6cbe9a..b89328f 100644
--- a/iface_fuzzer/ProtoFuzzerUtils.cpp
+++ b/iface_fuzzer/ProtoFuzzerUtils.cpp
@@ -64,7 +64,7 @@
   version.precision(1);
   version << fixed << comp_spec.component_type_version();
   string driver_name =
-      comp_spec.package() + ".vts.driver@" + version.str() + ".so";
+      comp_spec.package() + "@" + version.str() + "-vts.driver.so";
   return driver_name;
 }