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

Commit b57c3db7 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add static dependency between key_store_service and IKeyStoreService.aidl"

parents 9cc3890d 75b76079
Loading
Loading
Loading
Loading
+21 −2
Original line number Diff line number Diff line
@@ -3,7 +3,26 @@ filegroup {
    srcs: ["android/security/keymaster/IKeyAttestationApplicationIdProvider.aidl"],
}

filegroup {
    name: "IKeystoreService.aidl",
// only used by key_store_service
cc_library_static {
    name: "libkeystore_aidl",
    srcs: ["android/security/IKeystoreService.aidl"],
    aidl: {
        export_aidl_headers: true,
        include_dirs: ["frameworks/base/core/java/"],
    },
    header_libs: [
        "libkeystore_headers",
    ],
    shared_libs: [
        "libbinder",
        "libcutils",
        "libhardware",
        "libhidlbase",
        "libhidltransport",
        "libhwbinder",
        "liblog",
        "libselinux",
        "libutils",
    ],
}