Liang Ji | c41569e | 2022-10-30 13:59:04 +0800 | [diff] [blame] | 1 | package { |
Liang Ji | b3a73d4 | 2022-11-14 10:58:15 +0800 | [diff] [blame^] | 2 | default_applicable_licenses: ["vendor_amlogic_libdvr_license"], |
Liang Ji | c41569e | 2022-10-30 13:59:04 +0800 | [diff] [blame] | 3 | } |
hualing chen | 03fd494 | 2021-07-15 15:56:41 +0800 | [diff] [blame] | 4 | |
| 5 | cc_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 chen | 03fd494 | 2021-07-15 15:56:41 +0800 | [diff] [blame] | 35 | "vendor/amlogic/common/mediahal_sdk/include", |
hualing chen | 03fd494 | 2021-07-15 15:56:41 +0800 | [diff] [blame] | 36 | ], |
| 37 | } |