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

Commit f8aea9b9 authored by Seth Moore's avatar Seth Moore
Browse files

Revert^2 "Update the RKP aidl dependency"

f001a413

Change-Id: I86f864003e38224936375930891abb38f7d55d3d
parent f6b37723
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -15,10 +15,10 @@ aidl_interface {
    ],
    imports: [
        "android.hardware.keymaster-V3",
        "android.hardware.security.keymint-V3",
        "android.hardware.security.rkp-V3",
    ],
    stability: "vintf",
    frozen: false,
    frozen: true,
    backend: {
        java: {
            platform_apis: true,
@@ -32,28 +32,28 @@ aidl_interface {
            version: "1",
            imports: [
                "android.hardware.keymaster-V3",
                "android.hardware.security.keymint-V1",
                "android.hardware.security.rkp-V1",
            ],
        },
        {
            version: "2",
            imports: [
                "android.hardware.keymaster-V3",
                "android.hardware.security.keymint-V1",
                "android.hardware.security.rkp-V1",
            ],
        },
        {
            version: "3",
            imports: [
                "android.hardware.keymaster-V3",
                "android.hardware.security.keymint-V1",
                "android.hardware.security.rkp-V1",
            ],
        },
        {
            version: "4",
            imports: [
                "android.hardware.keymaster-V3",
                "android.hardware.security.keymint-V2",
                "android.hardware.security.rkp-V3",
            ],
        },

+2 −0
Original line number Diff line number Diff line
@@ -45,6 +45,7 @@ cc_library_static {
        "libpuresoftkeymasterdevice",
        "android.hardware.identity-support-lib",
        "android.hardware.keymaster-V3-ndk",
        "android.hardware.security.rkp-V3-ndk",
    ],
}

@@ -112,6 +113,7 @@ cc_binary {
        "android.hardware.keymaster-V3-ndk",
        "android.hardware.identity-libeic-hal-common",
        "android.hardware.identity-libeic-library",
        "android.hardware.security.rkp-V3-ndk",
    ],
    srcs: [
        "service.cpp",
+2 −0
Original line number Diff line number Diff line
@@ -39,6 +39,8 @@ cc_test {
        "libcrypto",
    ],
    static_libs: [
        "android.hardware.security.rkp-V3-cpp",
        "android.hardware.security.rkp-V3-ndk",
        "android.hardware.security.secureclock-V1-ndk",
        "libcppbor_external",
        "libcppcose_rkp",
+1 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@ cc_binary {
        "keymint_use_latest_hal_aidl_ndk_shared",
    ],
    shared_libs: [
        "android.hardware.security.rkp-V3-ndk",
        "android.hardware.security.sharedsecret-V1-ndk",
        "android.hardware.security.secureclock-V1-ndk",
        "libbase",
+1 −0
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@ cc_defaults {
        "libcrypto",
    ],
    static_libs: [
        "android.hardware.security.rkp-V3-ndk",
        "android.hardware.security.secureclock-V1-ndk",
        "libcppbor_external",
        "libcppcose_rkp",
Loading