Add libkll dependencies as whole_static_libs

If we try to link against libkll as a shared library without including
the dependencies of encoder and proto, we would get an error that the
proto symbols are not found.

However, we would like to link against libkll as a shared library in
order to save space in case someone else decides to use it, or at least
to avoid exposing these dependencies to the calling code.

Currently, the static_libs of libkll do not propagate to the user of
libkll due to b/169779783.

Change the dependencies to whole_static_libs so that we can use libkll
as a shared_library.

Bug: 182225759
Test: m libinputdispatcher

Change-Id: I01076d771e9432f08a3b5f8426c14759b56f3e12
1 file changed