• 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    ],
13    shared_libs: [
14        "liblog",
15    ],
16    header_libs: [
17        "libutils_headers",
18    ],
19    export_header_lib_headers: [
20        "libutils_headers",
21    ],
22    export_include_dirs : ["include"]
23}
24