• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package {
2    default_applicable_licenses: ["frameworks_av_license"],
3}
4
5cc_library {
6    name: "libcodec2_soft_iamfdec",
7
8    srcs: [],
9
10    shared_libs: [
11        // iamf_tools library will need to go here.
12    ],
13}
14