1 LOCAL_PATH := $(call my-dir) 2 3 ### GLESv2 implementation ########################################### 4 $(call emugl-begin-shared-library,libGLESv2_emulation) 5 $(call emugl-import,libOpenglSystemCommon libGLESv2_enc lib_renderControl_enc) 6 7 LOCAL_CFLAGS += -DLOG_TAG=\"GLESv2_emulation\" -DGL_GLEXT_PROTOTYPES 8 9 LOCAL_SRC_FILES := gl2.cpp 10 LOCAL_MODULE_RELATIVE_PATH := egl 11 12 $(call emugl-end-module) 13