Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8cb2a537 authored by Bram Bonné's avatar Bram Bonné Committed by Automerger Merge Worker
Browse files

Merge "Build Rust bindings for PermissionController" am: d5b27fd3 am: 4e786abc

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1605515

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I51183f21469451f5620fed31bd98d4982c636dca
parents d3c84f7d 4e786abc
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -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
// updated to use hwbinder.stubs.
java_library {