mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
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:
parent
048849fcdf
commit
10b382e30e
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue