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

Commit 66708df5 authored by Elena Petrova's avatar Elena Petrova
Browse files

Bluetooth: g722: enable host suport for fuzzer

It works regardless of arch

Bug: 257060629
Test: SANITIZE_HOST=address make g722_dec_fuzzer
Test: the fuzzer runs just fine
Change-Id: I6785322069e7696c45c248e57c73b5d811f18537
parent 84ba244d
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",
    ],