We import all code here so we can customize and keep in sync with what we do on the host side more easily.
13 lines
342 B
Makefile
13 lines
342 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) bionic/libc/private)
|
|
|
|
$(call emugl-end-module)
|