blob: 198b17f73eb80f3d709a98bd641c2171e58d4636 [file] [log] [blame]
Liang Jic41569e2022-10-30 13:59:04 +08001package {
Liang Jib3a73d42022-11-14 10:58:15 +08002 default_applicable_licenses: ["vendor_amlogic_libdvr_license"],
Liang Jic41569e2022-10-30 13:59:04 +08003}
hualing chen03fd4942021-07-15 15:56:41 +08004
5cc_binary {
6 name: "dvr_wrapper_test",
7 proprietary: true,
8 compile_multilib: "32",
9
10 arch: {
11 x86: {
12 enabled: false,
13 },
14 x86_64: {
15 enabled: false,
16 },
17 },
18
19 srcs: [
20 "dvr_wrapper_test.c"
21 ],
22
23 shared_libs: [
24 "libutils",
25 "libcutils",
26 "liblog",
27 "libdl",
28 "libc",
29 "libamdvr",
30 "libmediahal_tsplayer",
31 ],
32
33 include_dirs: [
34 "hardware/amlogic/media/amcodec/include",
hualing chen03fd4942021-07-15 15:56:41 +080035 "vendor/amlogic/common/mediahal_sdk/include",
hualing chen03fd4942021-07-15 15:56:41 +080036 ],
37}