mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
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:
parent
ef5e0659ef
commit
2d821cda3c
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ cc_library_shared {
|
|||
shared_libs: [
|
||||
"libbase",
|
||||
"libsensorndkbridge",
|
||||
"libutils",
|
||||
],
|
||||
|
||||
vendor: true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue