Add test for FP16 surface support
Test: adb shell /data/nativetest/EGL_test/EGL_test
adb shell /system/bin/test-opengl-gl_basic # look for RED_SIZE: of 16.
Bug: 29940137
Change-Id: I9da985a7574d3582b06cf55bc02515db0869505a
diff --git a/opengl/tests/EGLTest/Android.mk b/opengl/tests/EGLTest/Android.mk
index b772450..d616ce4 100644
--- a/opengl/tests/EGLTest/Android.mk
+++ b/opengl/tests/EGLTest/Android.mk
@@ -11,13 +11,20 @@
egl_cache_test.cpp \
EGL_test.cpp \
+LOCAL_HEADER_LIBRARIES := \
+ android.hardware.configstore-utils
+
LOCAL_SHARED_LIBRARIES := \
+ android.hardware.configstore@1.0 \
libEGL \
libcutils \
libbinder \
+ libhidlbase \
+ libhidltransport \
libutils \
libgui \
libbase \
+ liblog \
LOCAL_C_INCLUDES := \
bionic/libc/private \