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

Skip to content
Commit 89f71198 authored by Prabir Pradhan's avatar Prabir Pradhan
Browse files

Link libinput as a shared library for host

Since the rust dependencies in libinput are included as a
whole_static_lib, if we add the same rust dependencies in another
library (e.g. in libinputflinger), they will be included more than
once in the binary, resulting in duplicate symbol errors from the
linker. We can add it as a shared lib dependency to get around
the duplicate symbols.

Bug: 278783893
Test: build
Change-Id: I92897f3465852d7be030dbce995435edff9b54fd
parent 8be70cb9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment