fd12395c0ccc78a113f46762515e6b77e266bbeb
[iec.git] / src / type3_AndroidCloud / anbox-master / android / opengl / system / GLESv1_enc / Android.mk
1 LOCAL_PATH := $(call my-dir)
2
3 ### GLESv1_enc Encoder ###########################################
4 $(call emugl-begin-shared-library,libGLESv1_enc)
5
6 LOCAL_CFLAGS += -DLOG_TAG=\"emuglGLESv1_enc\"
7
8 LOCAL_SRC_FILES := \
9         GLEncoder.cpp \
10         GLEncoderUtils.cpp \
11         gl_client_context.cpp \
12         gl_enc.cpp \
13         gl_entry.cpp
14
15 $(call emugl-import,libOpenglCodecCommon)
16 $(call emugl-export,C_INCLUDES,$(LOCAL_PATH))
17 $(call emugl-export,C_INCLUDES,$(intermediates))
18
19 $(call emugl-end-module)