Home | History | Annotate | Download | only in mp3
      1 cc_library_shared {
      2     name: "libcodec2_soft_mp3dec",
      3     defaults: [
      4         "libcodec2_soft-defaults",
      5         "libcodec2_soft_sanitize_all-defaults",
      6     ],
      7 
      8     srcs: ["C2SoftMp3Dec.cpp"],
      9 
     10     static_libs: ["libstagefright_mp3dec"],
     11 }
     12