sdm660-common: create libGLESv2_adreno.so symlink

* libGLESv2_adreno.so is needed on camera blobs

Change-Id: Iced972a02073e0c327e02a359870aeec299af0bd
This commit is contained in:
Ethan Chen 2019-05-04 20:34:59 -07:00 committed by Max Weffers
parent 196e36f0c2
commit 4c85db9929
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE

View file

@ -115,6 +115,13 @@ ALL_DEFAULT_INSTALLED_MODULES += \
$(RFS_MSM_MPSS_SYMLINKS) \
$(RFS_MSM_SLPI_SYMLINKS)
EGL_SYMLINK := $(TARGET_OUT_VENDOR)/lib/libEGL_adreno.so
$(EGL_SYMLINK): $(LOCAL_INSTALLED_MODULE)
@mkdir -p $(dir $@)
$(hide) ln -sf egl/$(notdir $@) $@
ALL_DEFAULT_INSTALLED_MODULES += $(EGL_SYMLINK)
subdir_makefiles=$(call first-makefiles-under,$(LOCAL_PATH))
$(foreach mk,$(subdir_makefiles),$(info including $(mk) ...)$(eval include $(mk)))
endif