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
This commit is contained in:
Alan Stokes
2021-06-17 11:49:40 +01:00
parent 66b8018f0f
commit e75851712b
2 changed files with 8 additions and 0 deletions

View File

@@ -30,6 +30,10 @@ aidl_interface {
},
rust: {
enabled: true,
apex_available: [
"//apex_available:platform",
"com.android.compos",
],
},
},
}

View File

@@ -26,6 +26,10 @@ aidl_interface {
},
rust: {
enabled: true,
apex_available: [
"//apex_available:platform",
"com.android.compos",
],
},
},
}