Disable AVF remote attestation on raviole 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: I20d25c59825eee77bffc9201e8751c0354c43f3a
This commit is contained in:
parent
d568b025b3
commit
c88d336b4d
4 changed files with 10 additions and 0 deletions
|
@ -308,3 +308,6 @@ PRODUCT_VENDOR_PROPERTIES += \
|
|||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
ro.quick_start.oem_id=00e0 \
|
||||
ro.quick_start.device_id=oriole
|
||||
|
||||
# Disable AVF Remote Attestation
|
||||
PRODUCT_AVF_REMOTE_ATTESTATION_DISABLED := true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue