sdm660-common: create libGLESv2_adreno.so symlink
* libGLESv2_adreno.so is needed on camera blobs Change-Id: Iced972a02073e0c327e02a359870aeec299af0bd
This commit is contained in:
parent
196e36f0c2
commit
4c85db9929
1 changed files with 7 additions and 0 deletions
|
@ -115,6 +115,13 @@ ALL_DEFAULT_INSTALLED_MODULES += \
|
||||||
$(RFS_MSM_MPSS_SYMLINKS) \
|
$(RFS_MSM_MPSS_SYMLINKS) \
|
||||||
$(RFS_MSM_SLPI_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))
|
subdir_makefiles=$(call first-makefiles-under,$(LOCAL_PATH))
|
||||||
$(foreach mk,$(subdir_makefiles),$(info including $(mk) ...)$(eval include $(mk)))
|
$(foreach mk,$(subdir_makefiles),$(info including $(mk) ...)$(eval include $(mk)))
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue