sdm660-common: Correct EGL symlink

* Apparently we were linking the wrong lib...
This commit is contained in:
Michael Bestas 2019-12-06 00:22:18 +02:00 committed by Max Weffers
parent bb65017838
commit 8987997728
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE

View file

@ -121,7 +121,7 @@ ALL_DEFAULT_INSTALLED_MODULES += \
$(RFS_MSM_MPSS_SYMLINKS) \
$(RFS_MSM_SLPI_SYMLINKS)
EGL_SYMLINK := $(TARGET_OUT_VENDOR)/lib/libEGL_adreno.so
EGL_SYMLINK := $(TARGET_OUT_VENDOR)/lib/libGLESv2_adreno.so
$(EGL_SYMLINK): $(LOCAL_INSTALLED_MODULE)
@mkdir -p $(dir $@)
$(hide) ln -sf egl/$(notdir $@) $@