Home | History | Annotate | Download | only in opus
      1 cc_library_shared {
      2     name: "libstagefright_soft_c2opusdec",
      3     defaults: [
      4         "libstagefright_soft_c2-defaults",
      5         "libstagefright_soft_c2_sanitize_all-defaults",
      6     ],
      7 
      8     srcs: ["C2SoftOpusDec.cpp"],
      9 
     10     shared_libs: ["libopus"],
     11 }
     12