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

Commit e9d2757a authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents 3d7970ba 66708df5
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",
    ],