Home | History | Annotate | Download | only in GLESv1_enc
      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)
     20