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:
Kshitij Gupta 2021-01-03 16:35:05 +01:00 committed by roynatech2544
commit b2293e8634
2 changed files with 4 additions and 1 deletions

View file

@ -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"

View file

@ -66,7 +66,8 @@ PRODUCT_PACKAGES += \
libhidltransport \
libhidltransport.vendor \
libhwbinder \
libhwbinder.vendor
libhwbinder.vendor \
libunwindstack.vendor
# Init
PRODUCT_PACKAGES += \