Disable AVF remote attestation on bluejay devices
The VM DICE chain support required by AVF remote attestation is only introduced from Pixel 7. Bug: 341292601 Test: run VM remote attestation on Pixel 6 and check it is disabled Change-Id: I820fdd2b9d84986a30350606eca805668d007997
This commit is contained in:
parent
fdfc8cbe63
commit
c4d47798ba
1 changed files with 3 additions and 0 deletions
|
@ -274,3 +274,6 @@ PRODUCT_VENDOR_PROPERTIES += \
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
ro.quick_start.oem_id=00e0 \
|
ro.quick_start.oem_id=00e0 \
|
||||||
ro.quick_start.device_id=bluejay
|
ro.quick_start.device_id=bluejay
|
||||||
|
|
||||||
|
# Disable AVF Remote Attestation
|
||||||
|
PRODUCT_AVF_REMOTE_ATTESTATION_DISABLED := true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue