blob: 953aa3723841319a93d2161529aee6a1bc01198e [file] [log] [blame]
Chong Zhanga4f67512017-04-24 17:18:25 -07001cc_binary {
2 name: "android.hardware.cas@1.0-service",
3 defaults: ["hidl_defaults"],
4 vendor: true,
5 relative_install_path: "hw",
6 srcs: [
7 "CasImpl.cpp",
8 "DescramblerImpl.cpp",
9 "MediaCasService.cpp",
10 "service.cpp",
11 "SharedLibrary.cpp",
12 "TypeConvert.cpp",
13 ],
14
15 product_variables: {
16 treble: {
17 cflags: ["-DUSE_VNDBINDER"],
18 },
19 },
20
21 compile_multilib: "32",
22 init_rc: ["android.hardware.cas@1.0-service.rc"],
23
24 shared_libs: [
25 "android.hardware.cas@1.0",
26 "android.hardware.cas.native@1.0",
27 "android.hidl.memory@1.0",
28 "libbinder",
29 "libhidlbase",
30 "libhidlmemory",
31 "libhidltransport",
32 "liblog",
33 "libutils",
34 ],
35}