[service-vm] Identitfy service VM in pvmfw with avb property
The kernel footer only accepted hash descriptor prior to this change.
With this change, at most one property descriptor is allow to
indicate that this VM is a service VM.
Test: atest libpvmfw_avb.integration_test
Bug: 279557218
Change-Id: Ied476eba2e88be63ab78eae7ed05512a97406ec2
diff --git a/rialto/Android.bp b/rialto/Android.bp
index cf81563..5f5cde8 100644
--- a/rialto/Android.bp
+++ b/rialto/Android.bp
@@ -62,6 +62,12 @@
partition_name: "boot",
private_key: ":rialto_sign_key",
salt: rialto_salt,
+ props: [
+ {
+ name: "com.android.virt.cap",
+ value: "remote_attest",
+ },
+ ],
enabled: false,
arch: {
arm64: {