mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: Build a few necessary libraries, previously under VNDK
VNDK has been deprecated, and libraries that were built implicitly under VNDK before aren't anymore. Build the few necessary ones explicitly to resolve the following: vndksupport: Could not load /vendor/lib/hw/audio.primary.exynos7904.so from default namespace: dlopen failed: library "libprocessgroup.so" not found: needed by /vendor/lib/hw/audio.primary.exynos7904.so in namespace (default). vndksupport: Could not load /vendor/lib/hw/audio.primary.exynos7904.so from default namespace: dlopen failed: library "libexpat.so" not found: needed by /vendor/lib/hw/audio.primary.exynos7904.so in namespace (default). vndksupport: Could not load /vendor/lib64/hw/camera.exynos7904.so from default namespace: dlopen failed: library "libexpat.so" not found: needed by /vendor/lib64/libsecnativefeature.so in namespace (default). dlopen failed: library "libnetutils.so" not found: needed by /vendor/lib64/libsec-ril.so in namespace (default) dlopen failed: library "libsqlite.so" not found: needed by /vendor/lib64/libsec-ril.so in namespace (default) dlopen failed: library "libnetutils.so" not found: needed by /vendor/lib64/libsec-ril-dsds.so in namespace (default) dlopen failed: library "libsqlite.so" not found: needed by /vendor/lib64/libsec-ril-dsds.so in namespace (default) Change-Id: I322a1873b03cbc7c520215cf9487f9274ffdc1b2
This commit is contained in:
parent
a1ef4745e9
commit
18591bc134
1 changed files with 7 additions and 3 deletions
|
|
@ -28,7 +28,8 @@ PRODUCT_PACKAGES += \
|
||||||
android.hardware.audio.effect@7.0-impl \
|
android.hardware.audio.effect@7.0-impl \
|
||||||
libtinycompress \
|
libtinycompress \
|
||||||
audio.r_submix.default \
|
audio.r_submix.default \
|
||||||
audio.usb.default
|
audio.usb.default \
|
||||||
|
libprocessgroup.vendor
|
||||||
|
|
||||||
# Audio (BT)
|
# Audio (BT)
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
|
@ -103,7 +104,8 @@ endif
|
||||||
|
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
libGrallocWrapper \
|
libGrallocWrapper \
|
||||||
libacryl
|
libacryl \
|
||||||
|
libexpat.vendor
|
||||||
|
|
||||||
# Camera app
|
# Camera app
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
|
@ -317,7 +319,9 @@ PRODUCT_PACKAGES += \
|
||||||
android.hardware.radio@1.4.vendor \
|
android.hardware.radio@1.4.vendor \
|
||||||
android.hardware.radio@1.0 \
|
android.hardware.radio@1.0 \
|
||||||
android.hardware.radio.config@1.2.vendor \
|
android.hardware.radio.config@1.2.vendor \
|
||||||
android.hardware.radio.deprecated@1.0.vendor
|
android.hardware.radio.deprecated@1.0.vendor \
|
||||||
|
libnetutils.vendor \
|
||||||
|
libsqlite.vendor
|
||||||
|
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
secril_config_svc
|
secril_config_svc
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue