The modules here are only built when BUILD_EMULATOR_OPENGL is defined to true in your environment or your BoardConfig.mk (see tools/emulator/opengl/Android.mk) Change-Id: I5f32c35b4452fb5a7b4d5f9fc5870ec1da6032e6
14 lines
211 B
Makefile
14 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)
|
|
|
|
|