Home | History | Annotate | Download | only in renderControl_enc
      1 LOCAL_PATH := $(call my-dir)
      2 
      3 $(call emugl-begin-shared-library,lib_renderControl_enc)
      4 
      5 LOCAL_SRC_FILES := \
      6     renderControl_client_context.cpp \
      7     renderControl_enc.cpp \
      8     renderControl_entry.cpp
      9 
     10 $(call emugl-export,C_INCLUDES,$(LOCAL_PATH))
     11 $(call emugl-import,libOpenglCodecCommon)
     12 $(call emugl-end-module)
     13