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

Commit 35edfc1f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update for removing mount arg to VintfObject::CheckCompatibility" into oc-dev

parents e587591c 585ffd1c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ static jint android_os_VintfObject_verify(JNIEnv *env, jclass clazz, jobjectArra
        cPackageInfo[i] = cString;
        env->ReleaseStringUTFChars(element, cString);
    }
    int32_t status = VintfObject::CheckCompatibility(cPackageInfo, false /* mount */);
    int32_t status = VintfObject::CheckCompatibility(cPackageInfo);
    return status;
}