mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
unversal7904: Require libunwindstack for libhifills
- Fixes missing symbol __cxa_demangle Change-Id: Ie8e67ead638d8756a680ceae205ae57520afc4b9 Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
parent
60da3cd566
commit
b2293e8634
2 changed files with 4 additions and 1 deletions
|
|
@ -67,5 +67,7 @@ fi
|
|||
BLOB_ROOT="${LINEAGE_ROOT}/vendor/${VENDOR}/${DEVICE_COMMON}/proprietary"
|
||||
|
||||
patchelf --add-needed "libshim_stagefright_foundation.so" "${BLOB_ROOT}/vendor/lib/libstagefright_omx_utils.so"
|
||||
patchelf --add-needed "libunwindstack.so" "${BLOB_ROOT}/vendor/lib64/libhifills.so"
|
||||
patchelf --add-needed "libunwindstack.so" "${BLOB_ROOT}/vendor/lib/libhifills.so"
|
||||
|
||||
"${MY_DIR}/setup-makefiles.sh"
|
||||
|
|
|
|||
|
|
@ -66,7 +66,8 @@ PRODUCT_PACKAGES += \
|
|||
libhidltransport \
|
||||
libhidltransport.vendor \
|
||||
libhwbinder \
|
||||
libhwbinder.vendor
|
||||
libhwbinder.vendor \
|
||||
libunwindstack.vendor
|
||||
|
||||
# Init
|
||||
PRODUCT_PACKAGES += \
|
||||
|
|
|
|||
Loading…
Reference in a new issue