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

Commit e7585171 authored by Alan Stokes's avatar Alan Stokes
Browse files

Allow CompOS APEX to access Keystore AIDL.

Makes the AIDL (and its dependencies) available to allow client code
to build against it.

Fixes: 190995136
Test: Client code (in progress) builds.
Change-Id: I06e7486463bca93ed25377c0dca30484a6bbf656
parent 66b8018f
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -30,6 +30,10 @@ aidl_interface {
        },
        },
        rust: {
        rust: {
            enabled: true,
            enabled: true,
            apex_available: [
                "//apex_available:platform",
                "com.android.compos",
            ],
        },
        },
    },
    },
}
}
+4 −0
Original line number Original line Diff line number Diff line
@@ -26,6 +26,10 @@ aidl_interface {
        },
        },
        rust: {
        rust: {
            enabled: true,
            enabled: true,
            apex_available: [
                "//apex_available:platform",
                "com.android.compos",
            ],
        },
        },
    },
    },
}
}