mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 22:04:26 +00:00
Merge "Add an exception for QTI SM8550" into android13-tests-dev am: 2f27d9e80c am: f390f754f5
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2369268 Change-Id: I96c59fd5d0fb6a00bf7a71d5255bf7386608fa7c Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -4866,6 +4866,11 @@ TEST_P(VsrRequirementTest, Vsr13Test) {
|
||||
if (vsr_api_level < 33) {
|
||||
GTEST_SKIP() << "Applies only to VSR API level 33, this device is: " << vsr_api_level;
|
||||
}
|
||||
char soc_model[PROPERTY_VALUE_MAX] = {};
|
||||
property_get("ro.soc.model", soc_model, "");
|
||||
if (!strcmp(soc_model, "SM8550")) {
|
||||
GTEST_SKIP() << "Skip QTI SM8550 chipset, the SOC model of this device is: " << soc_model;
|
||||
}
|
||||
FAIL() << "VSR 13+ requires KeyMint version 2";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user