Merge "Build Rust bindings for PermissionController" am: d5b27fd3eb am: 4e786abc4f am: 8cb2a537a2
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1605515 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I18d9dd4fbcbc10fa5041cc10987fe11e433a5a4a
This commit is contained in:
15
Android.bp
15
Android.bp
@@ -1279,6 +1279,21 @@ cc_library {
|
||||
],
|
||||
}
|
||||
|
||||
// Build Rust bindings for PermissionController. Needed by keystore2.
|
||||
aidl_interface {
|
||||
name: "android.os.permissions_aidl",
|
||||
unstable: true,
|
||||
local_include_dir: "core/java",
|
||||
srcs: [
|
||||
"core/java/android/os/IPermissionController.aidl",
|
||||
],
|
||||
backend: {
|
||||
rust: {
|
||||
enabled: true,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
// TODO(b/77285514): remove this once the last few hidl interfaces have been
|
||||
// updated to use hwbinder.stubs.
|
||||
java_library {
|
||||
|
||||
Reference in New Issue
Block a user