summaryrefslogtreecommitdiffstats
path: root/opengl/system/GLESv1/Android.mk
blob: 8762c11dfb2aa8ada956073878269bb70e8fc2ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
LOCAL_PATH := $(call my-dir)

### GLESv1 implementation ###########################################
$(call emugl-begin-shared-library,libGLESv1_CM_emulation)
$(call emugl-import,libOpenglSystemCommon libGLESv1_enc lib_renderControl_enc)

LOCAL_CFLAGS += -DLOG_TAG=\"GLES_emulation\" -DGL_GLEXT_PROTOTYPES

LOCAL_SRC_FILES := gl.cpp
LOCAL_MODULE_RELATIVE_PATH := egl

$(call emugl-end-module)