support android-14.0.0_r75

This commit is contained in:
Ziyang Zhou
2025-06-15 21:44:49 +08:00
parent 80068271cd
commit 2f056e6c18
20 changed files with 896 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
From 80126ebbca3a1f7f818310f143dd930ca1110b95 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 2861099..21728c0 100644
--- a/VintfObject.cpp
+++ b/VintfObject.cpp
@@ -746,7 +746,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.49.0