mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 20:45:31 -04:00
universal7885: libshim_sensorndkbridge: Add liblog dependency
`error: undefined symbol: __android_log_buf_print` Change-Id: I6fe5890420817e154df4be2c807ef20e85fe55c2 Signed-off-by: SamarV-121 <samarvispute121@pm.me>
This commit is contained in:
parent
6a41db6f5d
commit
38a7f2e6e0
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ cc_library_shared {
|
||||||
|
|
||||||
srcs: ["ASensorManager.cpp"],
|
srcs: ["ASensorManager.cpp"],
|
||||||
shared_libs: [
|
shared_libs: [
|
||||||
|
"liblog",
|
||||||
"libsensorndkbridge",
|
"libsensorndkbridge",
|
||||||
"libutils",
|
"libutils",
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue