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

Commit 0d08c0a1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Bluetooth: g722: enable host suport for fuzzer" am: e9d2757a

parents 8ef178b8 e9d2757a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ cc_fuzz {
    srcs: [
        "g722_enc_fuzzer.cc",
    ],
    host_supported: false,
    host_supported: true,
    static_libs: [
        "libg722codec",
    ],