1LOCAL_PATH := $(call my-dir) 2 3$(call emugl-begin-shared-library,lib_renderControl_enc) 4 5LOCAL_CFLAGS += \ 6 -Wno-unused-function \ 7 8LOCAL_SRC_FILES := \ 9 renderControl_client_context.cpp \ 10 renderControl_enc.cpp \ 11 renderControl_entry.cpp 12 13$(call emugl-export,C_INCLUDES,$(LOCAL_PATH)) 14$(call emugl-import,libOpenglCodecCommon$(GOLDFISH_OPENGL_LIB_SUFFIX)) 15$(call emugl-end-module) 16