Added GLESv2 library to system. Made fixes to the host libOpenGLRender to compile and support GLESv2 (defined WITH_GLES2). Other fixes required to make GLESv2 to work. Change-Id: I9eb198e6092e7fa3550342c50929dd1714282cb3
16 lines
357 B
Makefile
16 lines
357 B
Makefile
LOCAL_PATH := $(call my-dir)
|
|
|
|
$(call emugl-begin-shared-library,libOpenglSystemCommon)
|
|
$(call emugl-import,libGLESv1_enc libGLESv2_enc lib_renderControl_enc)
|
|
|
|
LOCAL_SRC_FILES := \
|
|
HostConnection.cpp \
|
|
QemuPipeStream.cpp \
|
|
ThreadInfo.cpp
|
|
|
|
$(call emugl-export,C_INCLUDES,$(LOCAL_PATH))
|
|
|
|
LOCAL_STATIC_LIBRARIES += libqemu
|
|
|
|
$(call emugl-end-module)
|