summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlice Wang <aliceywang@google.com>2024-05-21 15:21:11 +0000
committerAlice Wang <aliceywang@google.com>2024-05-23 14:09:18 +0000
commitc4d47798ba3318d19975e7ba03545cedb9bcb331 (patch)
tree815963edfcef36f135c65243544ba4cfe55c5561
parentfdfc8cbe63830232f89efddbf540e69bc13c39ba (diff)
downloadbluejay-c4d47798ba3318d19975e7ba03545cedb9bcb331.tar.gz
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
-rw-r--r--device-bluejay.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/device-bluejay.mk b/device-bluejay.mk
index da89a1e..a19829d 100644
--- a/device-bluejay.mk
+++ b/device-bluejay.mk
@@ -274,3 +274,6 @@ PRODUCT_VENDOR_PROPERTIES += \
PRODUCT_PRODUCT_PROPERTIES += \
ro.quick_start.oem_id=00e0 \
ro.quick_start.device_id=bluejay
+
+# Disable AVF Remote Attestation
+PRODUCT_AVF_REMOTE_ATTESTATION_DISABLED := true