anbox/external/android-emugl/shared/OpenglCodecCommon/Makefile
2016-06-14 11:34:17 +02:00

13 lines
211 B
Makefile

ROOT=../..
include $(ROOT)/make/commondefs
CXXFILES = TcpStream.cpp GLClientState.cpp glUtils.cpp
CXXINCS += -I$(ROOT)/libs/GLESv1 -I$(ROOT)/include
LIBRARY_NAME = libcodecCommon.a
include $(COMMONRULES)