• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1cc_library_static {
2    name: "android.hardware.drm@1.0-helper",
3    vendor_available: true,
4    defaults: ["hidl_defaults"],
5    srcs: [
6        "SharedLibrary.cpp",
7    ],
8    cflags: [
9        "-Werror",
10        "-Wextra",
11        "-Wall",
12        "-Wthread-safety",
13    ],
14    shared_libs: [
15        "liblog",
16    ],
17    header_libs: [
18        "libutils_headers",
19    ],
20    export_header_lib_headers: [
21        "libutils_headers",
22    ],
23    export_include_dirs: ["include"],
24}
25