25 lines
700 B
Diff
25 lines
700 B
Diff
From 5166fbe1273566f8e1f48117f293e4d36ede4ba7 Mon Sep 17 00:00:00 2001
|
|
From: Ziyang Zhou <ziyang.zhou@outlook.com>
|
|
Date: Sat, 15 Oct 2022 09:12:31 +0800
|
|
Subject: [PATCH 1/2] ignore compatibility check
|
|
|
|
---
|
|
VintfObject.cpp | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/VintfObject.cpp b/VintfObject.cpp
|
|
index cb123b3..d449c7f 100644
|
|
--- a/VintfObject.cpp
|
|
+++ b/VintfObject.cpp
|
|
@@ -738,7 +738,6 @@ int32_t VintfObject::checkCompatibility(std::string* error, CheckFlags::Type fla
|
|
error->insert(0,
|
|
"Runtime info and framework compatibility matrix are incompatible: ");
|
|
}
|
|
- return INCOMPATIBLE;
|
|
}
|
|
}
|
|
|
|
--
|
|
2.45.1
|
|
|