16 lines
393 B
Makefile
16 lines
393 B
Makefile
LOCAL_PATH := $(call my-dir)
|
|
|
|
$(call emugl-begin-shared-library,lib_renderControl_enc)
|
|
|
|
LOCAL_CFLAGS += \
|
|
-Wno-unused-function \
|
|
|
|
LOCAL_SRC_FILES := \
|
|
renderControl_client_context.cpp \
|
|
renderControl_enc.cpp \
|
|
renderControl_entry.cpp
|
|
|
|
$(call emugl-export,C_INCLUDES,$(LOCAL_PATH))
|
|
$(call emugl-import,libOpenglCodecCommon$(GOLDFISH_OPENGL_LIB_SUFFIX))
|
|
$(call emugl-end-module)
|