• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1cc_binary {
2    name: "android.hardware.identity-service.example",
3    relative_install_path: "hw",
4    init_rc: ["identity-default.rc"],
5    vintf_fragments: ["identity-default.xml"],
6    vendor: true,
7    cflags: [
8        "-Wall",
9        "-Wextra",
10    ],
11    shared_libs: [
12        "libbase",
13        "libbinder_ndk",
14        "libcppbor",
15        "libcrypto",
16        "liblog",
17        "libutils",
18        "android.hardware.identity-support-lib",
19        "android.hardware.identity-ndk_platform",
20        "android.hardware.keymaster-ndk_platform",
21    ],
22    srcs: [
23        "IdentityCredential.cpp",
24        "IdentityCredentialStore.cpp",
25        "WritableIdentityCredential.cpp",
26        "Util.cpp",
27        "service.cpp",
28    ],
29}
30