Pawin Vongmasa | 3665390 | 2018-11-15 00:10:25 -0800 | [diff] [blame] | 1 | cc_binary { |
Pawin Vongmasa | d0f0e14 | 2018-11-15 03:36:28 -0800 | [diff] [blame] | 2 | name: "android.hardware.media.c2@1.0-service", |
Pawin Vongmasa | 3665390 | 2018-11-15 00:10:25 -0800 | [diff] [blame] | 3 | defaults: ["hidl_defaults"], |
| 4 | soc_specific: true, |
| 5 | relative_install_path: "hw", |
| 6 | srcs: [ |
| 7 | "vendor.cpp", |
| 8 | ], |
| 9 | |
Pawin Vongmasa | d0f0e14 | 2018-11-15 03:36:28 -0800 | [diff] [blame] | 10 | init_rc: ["android.hardware.media.c2@1.0-service.rc"], |
Pawin Vongmasa | 3665390 | 2018-11-15 00:10:25 -0800 | [diff] [blame] | 11 | |
| 12 | shared_libs: [ |
Pawin Vongmasa | d0f0e14 | 2018-11-15 03:36:28 -0800 | [diff] [blame] | 13 | "android.hardware.media.c2@1.0", |
Pawin Vongmasa | 3665390 | 2018-11-15 00:10:25 -0800 | [diff] [blame] | 14 | "android.hardware.media.omx@1.0", |
Pawin Vongmasa | 3665390 | 2018-11-15 00:10:25 -0800 | [diff] [blame] | 15 | "libavservices_minijail_vendor", |
| 16 | "libbinder", |
Pawin Vongmasa | d0f0e14 | 2018-11-15 03:36:28 -0800 | [diff] [blame] | 17 | "libcodec2_hidl@1.0", |
| 18 | "libcodec2_vndk", |
Pawin Vongmasa | 3665390 | 2018-11-15 00:10:25 -0800 | [diff] [blame] | 19 | "libhidlbase", |
Pawin Vongmasa | 3665390 | 2018-11-15 00:10:25 -0800 | [diff] [blame] | 20 | "liblog", |
Pawin Vongmasa | 3665390 | 2018-11-15 00:10:25 -0800 | [diff] [blame] | 21 | "libstagefright_omx", |
| 22 | "libstagefright_xmlparser", |
| 23 | "libutils", |
| 24 | ], |
| 25 | |
| 26 | arch: { |
| 27 | arm: { |
| 28 | required: ["codec2.vendor.base.policy"], |
| 29 | }, |
| 30 | x86: { |
| 31 | required: ["codec2.vendor.base.policy"], |
| 32 | }, |
| 33 | }, |
| 34 | |
| 35 | compile_multilib: "32", |
| 36 | } |
| 37 | |