Pawin Vongmasa | 3665390 | 2018-11-15 00:10:25 -0800 | [diff] [blame] | 1 | cc_library_shared { |
Pawin Vongmasa | d0f0e14 | 2018-11-15 03:36:28 -0800 | [diff] [blame] | 2 | name: "libcodec2_soft_flacdec", |
Pawin Vongmasa | 3665390 | 2018-11-15 00:10:25 -0800 | [diff] [blame] | 3 | defaults: [ |
Pawin Vongmasa | d0f0e14 | 2018-11-15 03:36:28 -0800 | [diff] [blame] | 4 | "libcodec2_soft-defaults", |
| 5 | "libcodec2_soft_sanitize_all-defaults", |
Pawin Vongmasa | 3665390 | 2018-11-15 00:10:25 -0800 | [diff] [blame] | 6 | ], |
| 7 | |
| 8 | header_libs: ["libFLAC-headers"], |
| 9 | |
| 10 | srcs: ["C2SoftFlacDec.cpp"], |
| 11 | |
| 12 | shared_libs: [ |
| 13 | "libstagefright_flacdec", |
| 14 | ], |
| 15 | } |
| 16 | |
| 17 | cc_library_shared { |
Pawin Vongmasa | d0f0e14 | 2018-11-15 03:36:28 -0800 | [diff] [blame] | 18 | name: "libcodec2_soft_flacenc", |
Pawin Vongmasa | 3665390 | 2018-11-15 00:10:25 -0800 | [diff] [blame] | 19 | defaults: [ |
Pawin Vongmasa | d0f0e14 | 2018-11-15 03:36:28 -0800 | [diff] [blame] | 20 | "libcodec2_soft-defaults", |
| 21 | "libcodec2_soft_sanitize_all-defaults", |
Pawin Vongmasa | 3665390 | 2018-11-15 00:10:25 -0800 | [diff] [blame] | 22 | ], |
| 23 | |
| 24 | srcs: ["C2SoftFlacEnc.cpp"], |
| 25 | |
Inseob Kim | 9c8792b | 2019-07-11 15:46:36 +0900 | [diff] [blame^] | 26 | shared_libs: [ |
Andy Hung | 1188a05 | 2019-01-02 13:09:52 -0800 | [diff] [blame] | 27 | "libaudioutils", |
Inseob Kim | 9c8792b | 2019-07-11 15:46:36 +0900 | [diff] [blame^] | 28 | ], |
| 29 | |
| 30 | static_libs: [ |
Andy Hung | 1188a05 | 2019-01-02 13:09:52 -0800 | [diff] [blame] | 31 | "libFLAC", |
| 32 | ], |
Pawin Vongmasa | 3665390 | 2018-11-15 00:10:25 -0800 | [diff] [blame] | 33 | } |