Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Verified Commit 611dc462 authored by steadfasterX's avatar steadfasterX 😁
Browse files

universal7870: fix shim issue



fixes:

> vndksupport: Could not load /vendor/lib/hw/camera.universal7870.so from default namespace: dlopen failed: cannot locate symbol "_ZN7android5FenceD1Ev" referenced by "/system/vendor/lib/libexynoscamera.so"....

which prevents starting the camera

Signed-off-by: default avatarsteadfasterX <steadfasterX@gmail.com>
parent 369af2e6
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@ BOARD_VENDOR := samsung
TARGET_BOOTLOADER_BOARD_NAME := universal7870
TARGET_BOARD_PLATFORM := exynos5
TARGET_SOC := exynos7870
#TARGET_SLSI_VARIANT := bsp

# Architecture
TARGET_ARCH := arm64
@@ -178,7 +179,9 @@ BOARD_SEPOLICY_DIRS := $(LOCAL_PATH)/sepolicy/vendor
# Shim
TARGET_LD_SHIM_LIBS += \
    /system/bin/mediaserver|/system/lib/libstagefright_shim.so \
    /system/lib/libaudioroute.so|/vendor/lib/mixer_update_shim.so
    /system/lib/libaudioroute.so|/vendor/lib/mixer_update_shim.so \
    /vendor/lib/hw/camera.universal7870.so|/vendor/lib/libexynoscamera_shim.so \
    /vendor/lib64/hw/camera.universal7870.so|/vendor/lib64/libexynoscamera_shim.so

# Wifi
BOARD_HAVE_SAMSUNG_WIFI := true