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

Commit ca73d57c authored by Steven Moreland's avatar Steven Moreland Committed by Seth Moore
Browse files

Split rkp from keymint.

What this is missing is updating dependencies + splitting the VTS test.

Bug: 254112961
Test: N/A
Change-Id: I4b2498dd19206a5a24f46a1d5556e805e399fd82
parent b537f2f3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
976674616001f714f4a4df49ee45f548de828524
cd862ae2e49b54fc965dc1b99c218eb729c93bb1
+1 −0
Original line number Diff line number Diff line
207c9f218b9b9e4e74ff5232eb16511eca9d7d2e
70c734fbd5cac5b36676d66d8d9aa941967e1e7b
+37 −0
Original line number Diff line number Diff line
package {
    // See: http://go/android-license-faq
    // A large-scale-change added 'default_applicable_licenses' to import
    // all of the 'license_kinds' from "hardware_interfaces_license"
    // to get the below license kinds:
    //   SPDX-license-identifier-Apache-2.0
    default_applicable_licenses: ["hardware_interfaces_license"],
}

aidl_interface {
    name: "android.hardware.security.rkp",
    vendor_available: true,
    srcs: [
        // This HAL was originally part of keymint.
        "android/hardware/security/keymint/*.aidl",

        // in the future
        // "android/hardware/security/rkp/*.aidl",
    ],
    stability: "vintf",
    backend: {
        java: {
            min_sdk_version: "33",
        },
        rust: {
            enabled: true,
        },
    },
    versions_with_info: [
        {
            version: "1",
        },
        {
            version: "2",
        },
    ],
}
+1 −0
Original line number Diff line number Diff line
d285480d2e0002adc0ace80edf34aa725679512e
+0 −0

File moved.

Loading