Revert "Revert "Temporary workaround for fwk compat mat vs. Runtime info""
This breaks OTAs.
Bug: 62073522
This reverts commit 82c6fdd9d4663df32a5100d96aa3c67adfea79d3.
Change-Id: I798a1064b928cc2162a32e115f75a1b13bff968f
diff --git a/VintfObject.cpp b/VintfObject.cpp
index 16fe34e..4558708 100644
--- a/VintfObject.cpp
+++ b/VintfObject.cpp
@@ -286,7 +286,9 @@
if (error)
error->insert(0, "Runtime info and framework compatibility matrix "
"are incompatible: ");
- return INCOMPATIBLE;
+ // TODO(b/38325029): OTA should check compatibility of kernel version
+ // and AVB version.
+ // return INCOMPATIBLE;
}
}