Merge "Build Rust bindings for PermissionController" am: d5b27fd3eb
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1605515 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ia82a9dadf7c8bb5b7da70b679931b9f55eba6499
This commit is contained in:
15
Android.bp
15
Android.bp
@@ -1130,6 +1130,21 @@ aidl_interface {
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 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
|
// TODO(b/77285514): remove this once the last few hidl interfaces have been
|
||||||
// updated to use hwbinder.stubs.
|
// updated to use hwbinder.stubs.
|
||||||
java_library {
|
java_library {
|
||||||
|
|||||||
Reference in New Issue
Block a user