Home | History | Annotate | Download | only in GLES_CM
      1 LOCAL_PATH := $(call my-dir)
      2 
      3 ### GLES_CM host implementation (On top of OpenGL) ########################
      4 $(call emugl-begin-host-shared-library,libGLES_CM_translator)
      5 
      6 $(call emugl-import,libGLcommon)
      7 
      8 LOCAL_SRC_FILES :=      \
      9      GLEScmImp.cpp      \
     10      GLEScmUtils.cpp    \
     11      GLEScmContext.cpp  \
     12      GLEScmValidate.cpp
     13 
     14 $(call emugl-end-module)
     15