universal7885: libshims: Link libshim_sensorndkbridge against libutils

* Changes to libsensorndkbridge as part of android-11.0.0_r34
  (2021-04 ASB), require the linker to find the weak-pointer

See: https://android.googlesource.com/platform/frameworks/hardware/interfaces/+/f511fda

Change-Id: I1dfb1d78b86d04de5d2f62af6783b636456487a2
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
Kevin F. Haggerty 2021-04-06 11:50:45 -06:00 committed by roynatech2544
commit 2d821cda3c

View file

@ -5,6 +5,7 @@ cc_library_shared {
shared_libs: [
"libbase",
"libsensorndkbridge",
"libutils",
],
vendor: true,