e8bf43162d2108d40c13c3b699bd894475a83179
[iec.git] / src / type3_AndroidCloud / anbox-master / external / android-emugl / shared / OpenglCodecCommon / Makefile
1
2 ROOT=../..
3
4 include $(ROOT)/make/commondefs
5
6 CXXFILES = TcpStream.cpp GLClientState.cpp glUtils.cpp
7 CXXINCS += -I$(ROOT)/libs/GLESv1 -I$(ROOT)/include
8
9 LIBRARY_NAME = libcodecCommon.a
10
11 include $(COMMONRULES)
12
13