Home | History | Annotate | Download | only in GLESv1_dec
      1 LOCAL_PATH := $(call my-dir)
      2 
      3 $(call emugl-begin-host-static-library,libGLESv1_dec)
      4 
      5 $(call emugl-import, libOpenglCodecCommon libOpenglOsUtils)
      6 $(call emugl-export,C_INCLUDES,$(LOCAL_PATH))
      7 
      8 $(call emugl-gen-decoder,$(EMUGL_PATH)/system/GLESv1_enc,gl)
      9 
     10 LOCAL_SRC_FILES := GLDecoder.cpp
     11 
     12 # for gl_types.h !
     13 $(call emugl-export,C_INCLUDES,$(EMUGL_PATH)/system/GLESv1_enc)
     14 
     15 #For gl debbuging
     16 #$(call emugl-export,CFLAGS,-DCHECK_GL_ERROR)
     17 #$(call emugl-export,CFLAGS,-DDEBUG_PRINTOUT)
     18 
     19 $(call emugl-end-module)
     20