OSDN Git Service

9853f29abdc2ce2ba390fa31138f1c8b859b5fa2
[android-x86/device-generic-goldfish-opengl.git] / system / OpenglSystemCommon / Android.mk
1 LOCAL_PATH := $(call my-dir)
2
3 $(call emugl-begin-shared-library,libOpenglSystemCommon)
4 $(call emugl-import,libGLESv1_enc libGLESv2_enc lib_renderControl_enc)
5
6 LOCAL_SRC_FILES := \
7     goldfish_dma.cpp \
8     FormatConversions.cpp \
9     HostConnection.cpp \
10     ProcessPipe.cpp    \
11     QemuPipeStream.cpp \
12     ThreadInfo.cpp
13
14 $(call emugl-export,C_INCLUDES,$(LOCAL_PATH) bionic/libc/private)
15
16 $(call emugl-end-module)