sdm660-common: Correct EGL symlink
* Apparently we were linking the wrong lib...
This commit is contained in:
parent
bb65017838
commit
8987997728
1 changed files with 1 additions and 1 deletions
|
@ -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 $@) $@
|
||||
|
|
Loading…
Reference in a new issue