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

Commit bb9e8464 authored by Karan Jain's avatar Karan Jain Committed by Ayushi Khopkar
Browse files

mediarecorder_fuzzer: Bug Fix

Added libaudiohal@7.0 in the Android.bp file to resolve the dlopen() failure that led to a NPD crash.

exec/s: 1126
Test: ./mediarecorder_fuzzer
Bug: 269544276

Change-Id: Ic25e2312bd842ebb6239acdbffbbef364493a791
(cherry picked from commit 5bd89b5aaad3507de7227091398b9d29f4617f30)
parent f64c60af
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -173,5 +173,6 @@ cc_fuzz {
        "libnetd_client",
        "libpowermanager",
        "libstagefright_httplive",
        "libaudiohal@7.0",
    ],
}