blob: bb3efb55739579cc299ddbd00478a2d52f459b99 [file] [log] [blame]
Bob Badourc8375042021-02-12 21:02:31 -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_xaacdec",
Pawin Vongmasa36653902018-11-15 00:10:25 -080012 defaults: [
Pawin Vongmasad0f0e142018-11-15 03:36:28 -080013 "libcodec2_soft-defaults",
14 "libcodec2_soft_sanitize_all-defaults",
Cindy Zhouc0804db2020-12-17 08:23:01 -080015 "libcodec2_soft_sanitize_cfi-defaults",
Pawin Vongmasa36653902018-11-15 00:10:25 -080016 ],
17
18 srcs: ["C2SoftXaacDec.cpp"],
19
20 static_libs: ["libxaacdec"],
21}