blob: daa10aef7680d7e84388b5d33bc43721530dbe66 [file] [log] [blame]
Bob Badour56786ac2021-02-25 15:24:36 -08001package {
2 // See: http://go/android-license-faq
3 // A large-scale-change added 'default_applicable_licenses' to import
4 // all of the 'license_kinds' from "frameworks_av_license"
5 // to get the below license kinds:
6 // SPDX-license-identifier-Apache-2.0
7 default_applicable_licenses: ["frameworks_av_license"],
8}
9
S Vasudev Prasadee173172020-11-23 12:17:14 +053010cc_library {
Pawin Vongmasad0f0e142018-11-15 03:36:28 -080011 name: "libcodec2_soft_mpeg2dec",
Pawin Vongmasa36653902018-11-15 00:10:25 -080012 defaults: [
Pawin Vongmasad0f0e142018-11-15 03:36:28 -080013 "libcodec2_soft-defaults",
14 "libcodec2_soft_sanitize_signed-defaults",
Pawin Vongmasa36653902018-11-15 00:10:25 -080015 ],
16
17 srcs: ["C2SoftMpeg2Dec.cpp"],
18
19 static_libs: ["libmpeg2dec"],
20
21 include_dirs: [
22 "external/libmpeg2/decoder",
23 "external/libmpeg2/common",
24 ],
25}