Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c3ac6c09 authored by Alice Wang's avatar Alice Wang
Browse files

[rkp] Make android.security.rkp_aidl-rust available to virt apex

This allows AVF to retrieve the remote provisioned keys from rkpd.

Bug: 241428146
Test: m com.android.virt
Change-Id: I5d622f8017ca10320a647ac65c2a96f845908100
parent ecf90eb7
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -414,6 +414,10 @@ aidl_interface {
    backend: {
        rust: {
            enabled: true,
            apex_available: [
                "//apex_available:platform",
                "com.android.virt",
            ],
        },
    },
}