Its implementation has been inlined in hardware/libhardware/include/hardware/qemu_pipe.h Change-Id: I355764f87047c915ac43b85cd18bf0f27f06ede3
14 lines
322 B
Makefile
14 lines
322 B
Makefile
LOCAL_PATH := $(call my-dir)
|
|
|
|
$(call emugl-begin-shared-library,libOpenglSystemCommon)
|
|
$(call emugl-import,libGLESv1_enc libGLESv2_enc lib_renderControl_enc)
|
|
|
|
LOCAL_SRC_FILES := \
|
|
HostConnection.cpp \
|
|
QemuPipeStream.cpp \
|
|
ThreadInfo.cpp
|
|
|
|
$(call emugl-export,C_INCLUDES,$(LOCAL_PATH))
|
|
|
|
$(call emugl-end-module)
|