codecServiceRegistrant_fuzzer: Bug Fix
Resolved timeout issue in codecServiceRegistrant_fuzzer by
disabling the blocking IPC call ABinderProcess_startThreadPool()
and ABinderProcess_joinThreadPool() for fuzzer run.
Test: ./codecServiceRegistrant_fuzzer
Bug: 335562493
Change-Id: If4c0a9ec0ac31b40e356aa33114adc1d5b8a77dc
diff --git a/media/module/codecserviceregistrant/Android.bp b/media/module/codecserviceregistrant/Android.bp
index becb98a..56cd8b8 100644
--- a/media/module/codecserviceregistrant/Android.bp
+++ b/media/module/codecserviceregistrant/Android.bp
@@ -55,6 +55,8 @@
"com.android.media.swcodec",
],
+ export_include_dirs: ["include"],
+
srcs: [
"CodecServiceRegistrant.cpp",
],