Load libui.so lazily in android_native EGLImage tests.
authorMika Isojärvi <misojarvi@google.com>
Tue, 2 Feb 2016 21:13:48 +0000 (13:13 -0800)
committerMika Isojärvi <misojarvi@google.com>
Tue, 2 Feb 2016 21:13:48 +0000 (13:13 -0800)
commit2aef536bcda750bc265fbea60071b9ee451f2762
treeeafea3b1679bc65798f89a71a712d2a18ee1e09c
parent778c4fccaec049f2c836edd571d83f42e888ab27
Load libui.so lazily in android_native EGLImage tests.

Avoid loading libui.so during test hierarchy inflation by loading it
lazily when it's used for the first time instead.

Bug: 26929325
Change-Id: I22348d91d415beae37016ed654e36774bbb5a504
modules/egl/teglAndroidUtil.cpp