Merge "Allow rkpd mainline module to link rkp aidl bits"

This commit is contained in:
Seth Moore
2022-11-22 16:54:13 +00:00
committed by Gerrit Code Review

View File

@@ -21,6 +21,10 @@ aidl_interface {
backend: {
java: {
min_sdk_version: "33",
apex_available: [
"//apex_available:platform",
"com.android.rkpd",
],
},
rust: {
enabled: true,