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

Commit fd7eeeaa authored by Alan Stokes's avatar Alan Stokes Committed by Gerrit Code Review
Browse files

Merge "Allow CompOS APEX to access Keystore AIDL."

parents 8701205c e7585171
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -30,6 +30,10 @@ aidl_interface {
        },
        rust: {
            enabled: true,
            apex_available: [
                "//apex_available:platform",
                "com.android.compos",
            ],
        },
    },
}
+4 −0
Original line number Diff line number Diff line
@@ -26,6 +26,10 @@ aidl_interface {
        },
        rust: {
            enabled: true,
            apex_available: [
                "//apex_available:platform",
                "com.android.compos",
            ],
        },
    },
}