Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 547701ed authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "LC3: add build config for encoder/decoder tool" am: bf99d7bc

parents ce676490 bf99d7bc
Loading
Loading
Loading
Loading
+26 −0
Original line number Diff line number Diff line
@@ -59,3 +59,29 @@ cc_fuzz {
  ],
}


cc_binary {
    name: "lc3_encoder",
    host_supported: true,
    srcs: [
        "tools/elc3.c",
        "tools/lc3bin.c",
        "tools/wave.c",
    ],
    static_libs: [
        "liblc3",
    ],
}

cc_binary {
    name: "lc3_decoder",
    host_supported: true,
    srcs: [
        "tools/dlc3.c",
        "tools/lc3bin.c",
        "tools/wave.c",
    ],
    static_libs: [
        "liblc3",
    ],
}
 No newline at end of file