universal7885: sensors: Statically link {libbase,libutils}

* Fixes unresolved R symbols.
  _ZN7android4base9ShouldLogENS0_11LogSeverityEPKc
  _ZN7android23sp_report_stack_pointerEv

Change-Id: I1bb820eb7e8e1ae914298657c2ffc38999989109
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
LuK1337 2020-10-09 21:01:28 +02:00 committed by roynatech2544
commit 10b382e30e

View file

@ -20,12 +20,12 @@ LOCAL_SHARED_LIBRARIES := \
liblog \ liblog \
libcutils \ libcutils \
libhardware \ libhardware \
libbase \
libutils \
libhidlbase \ libhidlbase \
android.hardware.sensors@1.0 android.hardware.sensors@1.0
LOCAL_STATIC_LIBRARIES := \ LOCAL_STATIC_LIBRARIES := \
libbase \
libutils \
android.hardware.sensors@1.0-convert \ android.hardware.sensors@1.0-convert \
multihal multihal