LOCAL_PATH := $(call my-dir) $(call emugl-begin-shared-library,libOpenglSystemCommon) $(call emugl-import,libGLESv1_enc lib_renderControl_enc) LOCAL_SRC_FILES := \ HostConnection.cpp \ QemuPipeStream.cpp \ ThreadInfo.cpp $(call emugl-export,C_INCLUDES,$(LOCAL_PATH)) LOCAL_STATIC_LIBRARIES += libqemu $(call emugl-end-module)