android-14.0.0_r2 patches

This commit is contained in:
Ziyang Zhou
2023-10-05 22:21:34 +08:00
parent 9c881a3f1a
commit c4d3a1bee4
20 changed files with 868 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
From 5b58748a41b0dc35d7f9b20a0af296aec561a418 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] ignore compatibility check
---
VintfObject.cpp | 1 -
1 file changed, 1 deletion(-)
diff --git a/VintfObject.cpp b/VintfObject.cpp
index 77b28b9..fccceed 100644
--- a/VintfObject.cpp
+++ b/VintfObject.cpp
@@ -713,7 +713,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.34.1