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>
Tue, 13 Aug 2019 06:53:22 +0000 (02:53 -0400)
commit9af8b5c1ad98342a634b79a1f9c1213632248c64
tree5addc6279c1638e5e73b7cde7c9f8a17da1a0565
parent69e4c581ae1a4e134154182148b870d4e9720095
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
targets/android/android.cmake