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

Commit 2f98b4ba authored by Jakub Pawlowski's avatar Jakub Pawlowski Committed by Jack He
Browse files

LC3: add build config for encoder/decoder tool

Test: make
Bug: 150670922
Change-Id: I34e9e4923fe2f0364608234d8e6e3352537140db
parent c5b2dd89
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