Revert "Remove minor version from sepolicy version"

Revert submission 2952245-vfrc_as_tot_sepolicy

Reason for revert: DroidMonitor-triggered revert due to breakage https://android-build.corp.google.com/builds/quarterdeck?branch=git_main&target=mainline_modules_arm64-mainline-userdebug&lkgb=11421838&lkbb=11421957&fkbb=11421841, b/324335916

Reverted changes: /q/submissionid:2952245-vfrc_as_tot_sepolicy

Bug: 324335916
Change-Id: Ib8eb10576158ae355e230e4ac89b2d280a32e607
diff --git a/core/jni/android_os_VintfObject.cpp b/core/jni/android_os_VintfObject.cpp
index 8dc9d0a..ce4a337 100644
--- a/core/jni/android_os_VintfObject.cpp
+++ b/core/jni/android_os_VintfObject.cpp
@@ -39,7 +39,6 @@
 using vintf::HalManifest;
 using vintf::Level;
 using vintf::SchemaType;
-using vintf::SepolicyVersion;
 using vintf::to_string;
 using vintf::toXml;
 using vintf::Version;
@@ -140,7 +139,7 @@
         return nullptr;
     }
 
-    SepolicyVersion latest;
+    Version latest;
     for (const auto& range : versions) {
         latest = std::max(latest, range.maxVer());
     }