Home | History | Annotate | Download | only in g722
      1 
      2 cc_library_static {
      3     name: "libg722codec",
      4     defaults: ["fluoride_defaults"],
      5     cflags: [
      6         "-DG722_SUPPORT_MALLOC"
      7     ],
      8     srcs: [
      9         "g722_decode.cc",
     10         "g722_encode.cc",
     11     ],
     12 }