1LOCAL_PATH := $(call my-dir) 2 3$(call emugl-begin-host-static-library,lib_renderControl_dec) 4$(call emugl-import,libOpenglCodecCommon) 5$(call emugl-gen-decoder,$(EMUGL_PATH)/system/renderControl_enc,renderControl) 6# For renderControl_types.h 7$(call emugl-export,C_INCLUDES,$(EMUGL_PATH)/system/renderControl_enc) 8$(call emugl-end-module) 9