1 LOCAL_PATH := $(call my-dir)
2
3 $(call emugl-begin-shared-library,lib_renderControl_enc)
4 $(call emugl-gen-encoder,$(LOCAL_PATH),renderControl)
5 $(call emugl-export,C_INCLUDES,$(LOCAL_PATH))
6 $(call emugl-import,libOpenglCodecCommon)
7 $(call emugl-end-module)
8