Merge "Extend QC SPU waiver to VSR-S devices." am: 3258884207
am: f25e3b2bcb
am: 2415be97e3
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2609268 Change-Id: I41cbb8d74e4fb5e3a09fce966b63a63c0da4625a Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
74634c2db5
1 changed files with 2 additions and 1 deletions
|
@ -1606,7 +1606,8 @@ bool KeyMintAidlTestBase::is_chipset_allowed_km4_strongbox(void) const {
|
|||
auto res = property_get("ro.vendor.qti.soc_model", buffer.data(), nullptr);
|
||||
if (res <= 0) return false;
|
||||
|
||||
const string allowed_soc_models[] = {"SM8450", "SM8475", "SM8550", "SXR2230P"};
|
||||
const string allowed_soc_models[] = {"SM8450", "SM8475", "SM8550", "SXR2230P",
|
||||
"SM4450", "SM7450", "SM6450"};
|
||||
|
||||
for (const string model : allowed_soc_models) {
|
||||
if (model.compare(buffer.data()) == 0) {
|
||||
|
|
Loading…
Reference in a new issue