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

Commit ce74fafc authored by Ajay Panicker's avatar Ajay Panicker Committed by Andre Eisenbach
Browse files

Fix an error loading audio.a2dp.default.so library

Fixes an issue where a symbol is being stripped from the compiled
library preventing it from being loaded.

Bug: 21743601
Change-Id: I60347e83ee85ec282c25ae76f3cf80567bcd19a2
parent d053adf0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1393,6 +1393,7 @@ static struct hw_module_methods_t hal_module_methods = {
    .open = adev_open,
};

__attribute__ ((visibility ("default")))
struct audio_module HAL_MODULE_INFO_SYM = {
    .common = {
        .tag = HARDWARE_MODULE_TAG,