Merge "Update for removing mount arg to VintfObject::CheckCompatibility" into oc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
35edfc1fdc
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user