Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bd60e4e8 authored by Inseob Kim's avatar Inseob Kim
Browse files

Remove minor version from sepolicy version

Minor version hasn't been used. As we are moving to a new versioning
scheme, removing the minor version to align with other vendor
interfaces.

Bug: 314010177
Test: build and boot
Change-Id: Ife866f15d33197656f7c9c393447429a309a29df
parent 489d3367
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -39,6 +39,7 @@ using vintf::CompatibilityMatrix;
using vintf::HalManifest;
using vintf::Level;
using vintf::SchemaType;
using vintf::SepolicyVersion;
using vintf::to_string;
using vintf::toXml;
using vintf::Version;
@@ -139,7 +140,7 @@ static jstring android_os_VintfObject_getPlatformSepolicyVersion(JNIEnv* env, jc
        return nullptr;
    }

    Version latest;
    SepolicyVersion latest;
    for (const auto& range : versions) {
        latest = std::max(latest, range.maxVer());
    }