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

Commit fc62269a authored by Jooyung Han's avatar Jooyung Han
Browse files

Make packagemanager_aidl available to Virt APEX

Even though the interface is unstable, it's okay to be used by the Virt
APEX since the apex itself is unstable(and not-updatable) as well. We
need to stabilize the interface when making the apex updatable.

Bug: 199146189
Test: m
Change-Id: Idd98e3d1876b83a357f50ac8892ecdde871a616c
parent d9d809be
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -306,6 +306,14 @@ aidl_interface {
        "aidl/android/content/pm/ApexStagedEvent.aidl",
        "aidl/android/content/pm/StagedApexInfo.aidl",
    ],
    backend: {
        rust: {
            apex_available: [
                "com.android.virt",
            ],
            enabled: true,
        },
    },
}

aidl_interface {