Merge "Allow CompOS APEX to access Keystore AIDL."

This commit is contained in:
Alan Stokes
2021-06-22 08:13:11 +00:00
committed by Gerrit Code Review
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",
],
},
},
}