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