Always dynamically lookup egl functions
authorCourtney Goeltzenleuchter <courtneygo@google.com>
Wed, 10 Apr 2019 21:25:16 +0000 (15:25 -0600)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Fri, 26 Jun 2020 09:50:07 +0000 (05:50 -0400)
commit91e0de14cb4f07bdf52d550f68858113b87b1d0f
treecd23553aaac07980482aa3f7a63999cc8bbd8913
parent483ef0cfd51c7139cb6b57ade64cc7eaa72ca3e0
Always dynamically lookup egl functions

Android's latest NDK includes support for EGL 1.5 functions.
However, only for API level 29. But due to unified headers
folks building for older API levels will also see the new
functions but won't be able to link. Making the egl functions
dynamic avoids build time issues.

Change-Id: I718e28c7422faf3c7b964ca70b86a1711a08ae54
Affects: EGL
Bug: 1873
(cherry picked from commit 9af8b5c1ad98342a634b79a1f9c1213632248c64)
targets/android/android.cmake